1---
2slug: welcome
3title: Welcome
4authors: [slorber, yangshun]
5tags: [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
10Here are a few tips you might find useful.
11
12<!-- truncate -->
13
14Simply add Markdown files (or folders) to the `blog` directory.
15
16Regular blog authors can be added to `authors.yml`.
17
18The blog post date can be extracted from filenames, such as:
19
20- `2019-05-30-welcome.md`
21- `2019-05-30-welcome/index.md`
22
23A blog post folder can be convenient to co-locate blog post images:
24
25
26
27The blog supports tags as well!
28
29**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.