创建博客文章
Docusaurus 为每个博客文章创建一个 页面,但还创建一个 博客索引页面、标签系统、RSS 订阅源...
创建您的第一个博客文章
在 blog/2021-02-28-greetings.md
中创建一个文件:
blog/2021-02-28-greetings.md
---
slug: greetings
title: 你好!
authors:
- name: Joel Marcey
title: Docusaurus 1 的联合创始人
url: https://github.com/JoelMarcey
image_url: https://github.com/JoelMarcey.png
- name: Sébastien Lorber
title: Docusaurus 维护者
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
tags: [greetings]
---
恭喜,您已经创建了您的第一个博客文章!
随意玩耍并编辑此博客文章,直到您满意为止。
现在,您可以在 http://localhost:3000/blog/greetings 上访问您的博客文章。