添加中文说明书

This commit is contained in:
Mivinci 2021-11-27 13:48:40 +08:00
parent 4ca99e2156
commit a06585b9ce
6 changed files with 89 additions and 13 deletions

View file

@ -7,8 +7,6 @@ math: true
comment: true
---
## Features
- [x] Light/dark mode
@ -48,7 +46,7 @@ Follow [exampleSite/config.toml](https://github.com/Mivinci/hugo-theme-minima/bl
### Supported Front Matters
| Field | Type | Explanation |
| :---------- | :----- | :----------------------------------------------------- |
|:----------- |:------ |:------------------------------------------------------ |
| title | string | Title of the post, will be rendered in a `h1` tag |
| description | string | Description of the post, will be rendered in a `p` tag |
| date | string | Datetime that the post is written |
@ -61,8 +59,6 @@ Follow [exampleSite/config.toml](https://github.com/Mivinci/hugo-theme-minima/bl
| draft | bool | True if the post isn't already to production |
| toc | bool | True if the post needs a ToC |
### Feedback
Feedbacks are welcome [here](https://github.com/Mivinci/hugo-theme-minima/issues).