创建博客文章
Docusaurus 会为每篇博客文章生成一个页面,同时还会生成博客索引页、标签系统和 RSS 订阅源。
创建你的第一篇文章
新建文件 blog/2021-02-28-greetings.md:
blog/2021-02-28-greetings.md
---
slug: greetings
title: Greetings!
authors:
- name: Joel Marcey
title: Co-creator of Docusaurus 1
url: https://github.com/JoelMarcey
image_url: https://github.com/JoelMarcey.png
- name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
tags: [greetings]
---
Congratulations, you have made your first post!
Feel free to play around and edit this post as much as you like.
新文章现在可通过 http://localhost:3000/blog/greetings 访问。