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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2019-12-09 04:36:13 +0300
committervvveiii <cntrump@gmail.com>2019-12-09 04:36:13 +0300
commit7ddda01e23c7194455cb3616f92bccb78a57922d (patch)
tree6940be8f947da604fcf2f05847055205a54eec6f
parentc15256e06f1fcb737b4a6980fcf666acd5992fe7 (diff)
update ReadMe
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95d56b0..e847639 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,17 @@ You can custom nav items:
[params.nav]
showCategories = true # /categories/
showTags = true # /tags/
-customs = ["album","about"] # /album/; /about/
+
+# custom links
+
+[[params.nav.custom]]
+title = "iOS"
+url = "/tags/ios"
+
+[[params.nav.custom]]
+title = "Repo"
+url = "//github.com/cntrump"
+
```
Set site slogan and logo