index.mdx 845 B

1234567891011121314151617181920212223242526272829
  1. ---
  2. slug: welcome
  3. title: Welcome
  4. authors: [slorber, yangshun]
  5. tags: [facebook, hello, docusaurus]
  6. ---
  7. [Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).
  8. Here are a few tips you might find useful.
  9. {/* truncate */}
  10. Simply add Markdown files (or folders) to the `blog` directory.
  11. Regular blog authors can be added to `authors.yml`.
  12. The blog post date can be extracted from filenames, such as:
  13. - `2019-05-30-welcome.md`
  14. - `2019-05-30-welcome/index.md`
  15. A blog post folder can be convenient to co-locate blog post images:
  16. ![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)
  17. The blog supports tags as well!
  18. **And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.