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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralfredocambera <acambera@nearsoft.com>2019-11-27 18:46:10 +0300
committeralfredocambera <acambera@nearsoft.com>2019-11-27 18:46:10 +0300
commit70070f8e833539569ee96a3a22830501011bb5a7 (patch)
tree1608b411a318c1e279f7acc54b7e1a00f68c2b85 /exampleSite
parent2462f585b24fb9a3a348b6cd14cea379ff791afa (diff)
added tags and categories to config.toml
* Added Tags and Categories configurations to config.toml. Both are commented out.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3b4ad13..c52292b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,3 +28,17 @@ pygmentsCodeFences = true
#images = [""] #This is used for opengraph/twitter cards.
customCSS = [] #Optional Customised CSS
#favicon = ""
+
+# uncomment to enable the Tags link on the main toolbar
+# [[menu.main]]
+# identifier = "tags"
+# name = "Tags"
+# url = "tags"
+# weight = 1
+
+# uncomment to enable the Categories link on the main toolbar
+# [[menu.main]]
+# identifier = "categories"
+# name = "Categories"
+# url = "categories"
+# weight = 1