github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/docs/blog/2021-08-26-welcome/index.md (about) 1 --- 2 slug: welcome 3 title: Welcome 4 authors: [slorber, yangshun] 5 tags: [facebook, hello, docusaurus] 6 --- 7 8 [Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog). 9 10 Simply add Markdown files (or folders) to the `blog` directory. 11 12 Regular blog authors can be added to `authors.yml`. 13 14 The blog post date can be extracted from filenames, such as: 15 16 - `2019-05-30-welcome.md` 17 - `2019-05-30-welcome/index.md` 18 19 A blog post folder can be convenient to co-locate blog post images: 20 21  22 23 The blog supports tags as well! 24 25 **And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.