跳到主要内容

创建博文

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 查看。