Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/saadnpq/npq-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaadnpq <saadnpq@localhost.localdomain>2020-05-16 00:15:55 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-05-16 00:15:55 +0300
commit2d2a26d651f2a11bfc55ead1fc19b448163a67e9 (patch)
treebc2a22dad67df541305753b85639c77cd7198f6b
parent7a424fa43a410afff957de609234abe00b857342 (diff)
document ublog behavior #4
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67e56a8..bd495c0 100644
--- a/README.md
+++ b/README.md
@@ -87,5 +87,15 @@ In order to see your site updating while changing it, run Hugo's built-in local
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
GPLv3