创建博文
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处查看新的博文。