mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Add a blog (#1978)
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
parent
41f53024c1
commit
2432abd379
2 changed files with 30 additions and 0 deletions
23
docs/blog/2023-06-11-hello-blog/index.md
Normal file
23
docs/blog/2023-06-11-hello-blog/index.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: Welcome Woodpecker's blog
|
||||
description: This our first post on Woodpecker.
|
||||
slug: hello-blog
|
||||
authors:
|
||||
- name: Anbraten
|
||||
title: Maintainer of Woodpecker
|
||||
url: https://github.com/anbraten
|
||||
image_url: https://github.com/anbraten.png
|
||||
tags: [hello, woodpecker]
|
||||
image: https://i.imgur.com/mErPwqL.png
|
||||
hide_table_of_contents: false
|
||||
---
|
||||
|
||||
Welcome to this blog. This is our first post on this blog ...
|
||||
|
||||
<!--truncate-->
|
||||
|
||||
In the future we will post about our releases and other things like tutorials.
|
||||
|
||||
We are currently working on the `1.0.0` release of Woodpecker. This release will include a lot of new features and improvements which most of you probably already tested using the `next` tag.
|
||||
|
||||
If you have any suggestions or ideas for posts, feel free to open an issue in the [GitHub repository](https://github.com/woodpecker-ci/woodpecker).
|
|
@ -58,6 +58,7 @@ module.exports = {
|
|||
position: 'left',
|
||||
label: 'API',
|
||||
},
|
||||
{ to: 'blog', label: 'Blog', position: 'left' },
|
||||
{
|
||||
type: 'docsVersionDropdown',
|
||||
position: 'right',
|
||||
|
@ -223,6 +224,12 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
blog: {
|
||||
blogTitle: 'Docusaurus blog!',
|
||||
blogDescription: 'A Docusaurus powered blog!',
|
||||
// postsPerPage: 'ALL',
|
||||
// blogSidebarCount: 0,
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue