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

github.com/balaramadurai/hugo-travelify-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBala Ramadurai <bala@balaramadurai.net>2020-05-24 14:27:34 +0300
committerBala Ramadurai <bala@balaramadurai.net>2020-05-24 14:27:34 +0300
commitde0bc3ab31320bb8bb59e0b0e2a41180c5d21a63 (patch)
tree83026a7ac16cfe1c5327abe2f691be3bb531f49f /exampleSite
parent65f7a10b7e6bd78eb539078cbf429d7d4b5dfdfb (diff)
categories and tags fixed
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6a667df..8ac4cdb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -112,10 +112,15 @@ DisqusShortname = "nikimonikado"
enable = true
manual = false # Setting manual to true renders the slide selection to only those where the post has a slider=true option enabled
num_features = 6 # The slider picks up the banner images from the N most recent posts, where num_features is N.
-
-[Taxonomies]
- tags = "tags"
- categories = "categories"
+
+[permalinks]
+ categories = "/categories/:slug/"
+ tags = "/tags/:slug/"
+
+[taxonomies]
+ category = "categories"
+ tag = "tags"
+ series = "series"
author = "author"
## DONE - Menu