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

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolorchestra <morph@posteo.de>2020-08-04 14:33:15 +0300
committercolorchestra <morph@posteo.de>2020-08-04 14:33:15 +0300
commit41db6a77dc71c5a730ec18fe02080ffe9aa06bb8 (patch)
tree3819bf171c964d846a7e68ae459659d3fec0b7b1 /README.md
parent730ddd9a1f0655d0c5cfe6c0b4086cc5b5df0d4b (diff)
add dateFmt option to single and summary views
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 686b846..a65ce9f 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,14 @@ Next, open `config.toml` in the base of the Hugo site and ensure the theme optio
theme = "smol"
```
-Lastly, add the following lines to your `config.toml` to make use of all the menu entries in the header and footer sections if you need them.
+Lastly, add the following lines to your `config.toml` to set site parameters and make use of all the menu entries in the header and footer sections if you need them.
```
+# Parameters
+[params]
+ subtitle = "Your blog subtitle goes here!"
+ dateFmt = "02.01.2006 15:04"
+
# Header
[menu]
[[menu.main]]