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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-06 08:41:08 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-06 08:41:08 +0300
commit372ee6b37d8bbbe19abc2c8bc36709b4889fc2ed (patch)
tree553098ec12037286b87930bf28dd82939b053e7c /README.md
parent74322e9842342f0610e004cd4d7b5414bc54cde4 (diff)
Add support for tags
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9e7f934..e001b4b 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,9 @@ title = "Some Title"
theme = "minimal-bootstrap-hugo-theme"
enableGitInfo = false
+[taxonomies]
+ tag = "tags"
+
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "pygments"
@@ -151,13 +154,17 @@ pygmentsStyle = "pygments"
url = "/"
weight = 1
[[menu.nav]]
- name = "About"
- url = "/about/"
+ name = "Tags"
+ url = "/tags/"
weight = 2
[[menu.nav]]
- name = "Some Page"
- url = "#"
+ name = "About"
+ url = "/about/"
weight = 3
+ [[menu.nav]]
+ name = "RSS"
+ url = "/index.xml"
+ weight = 4
```
## config.toml Options