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:
-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