21 lines
497 B
Markdown
21 lines
497 B
Markdown
---
|
|
title: Docusaurus Blog 格式
|
|
description: This introduces how to write a blog on docusaurus.
|
|
slug: hello-docusaurus-blog
|
|
authors:
|
|
- kv
|
|
tags: [hello, docusaurus-v2]
|
|
image: https://i.imgur.com/mErPwqL.png
|
|
hide_table_of_contents: false
|
|
---
|
|
|
|
Welcome to this blog. This blog is created with [**Docusaurus**](https://docusaurus.io/).
|
|
|
|
<!-- truncate -->
|
|
|
|
Refer to [this](https://docusaurus.io/docs/blog#adding-posts).
|
|
|
|
This is my first post on Docusaurus.
|
|
|
|
A whole bunch of exploration to follow.
|