document ublog behavior #4
This commit is contained in:
parent
7a424fa43a
commit
2d2a26d651
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -87,5 +87,15 @@ In order to see your site updating while changing it, run Hugo's built-in local
|
||||||
hugo server
|
hugo server
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### micro blog
|
||||||
|
posts in the directory "posts" (can be configured) in the contents directory will be displayed under the microblog section on the home page. if you want to pin a post to the top put `pinned: true` in the post's front matter.
|
||||||
|
example front matter:
|
||||||
|
```
|
||||||
|
---
|
||||||
|
pinned: true
|
||||||
|
date: 2020-04-09T00:16:00+02:00
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
GPLv3
|
GPLv3
|
||||||
|
|
Loading…
Reference in a new issue