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-09-29 15:15:07 +0300
committerBala Ramadurai <bala@balaramadurai.net>2020-09-29 15:15:07 +0300
commit3781c9c6009b89289ccf6b2d901750e4ab5e5c8f (patch)
tree8eed0ec610bc66caecf7294cfa57e6249a56fc09
parent584da82f7e5d38cfb6c023fb9967bd06ad452498 (diff)
@sandipb's PR merged, so changed README accordingly
https://github.com/balaramadurai/hugo-travelify-theme/pull/31
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index b27fe7f..d5f9eb1 100644
--- a/README.md
+++ b/README.md
@@ -237,6 +237,20 @@ You can enable to disable social media sharing buttons selectively using the fol
googleplus = true
linkedin = true
```
+### 13. Permalink Slugs
+
+You can customize the slugs to look like this
+
+e.g. in the `[permalinks]` section, categories can be set up in these
+different ways:
+
+
+```
+categories = "/category/:slug/"
+categories = "/categories/:slug/"
+```
+
+Thanks to @sandipb with the PR - https://github.com/balaramadurai/hugo-travelify-theme/pull/31
## Nearly finished