From 2d2a26d651f2a11bfc55ead1fc19b448163a67e9 Mon Sep 17 00:00:00 2001 From: saadnpq Date: Fri, 15 May 2020 23:15:55 +0200 Subject: [PATCH] document ublog behavior #4 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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