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:
authorGianmarco Brocchi <gianmarcobrocchi@gmail.com>2022-01-13 17:39:21 +0300
committerGitHub <noreply@github.com>2022-01-13 17:39:21 +0300
commit450a72a1ee434c758d9467190fc7b2607b2e59a0 (patch)
tree404c66a22a87d7a4515d35d44e60837326c59282 /exampleSite
parent31b337de325667020f1cc3b7c1766acd9b01b935 (diff)
Show categories next to tags in a post (#18)
Add categories in post archetype Add categories in taxonomy of exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1795e21..9b7c494 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,6 +5,7 @@ theme = "minimal-bootstrap-hugo-theme"
[taxonomies]
tag = "tags"
+ category = "categories"
[permalinks]
post = "/:filename/"
@@ -77,4 +78,4 @@ theme = "minimal-bootstrap-hugo-theme"
tabWidth = 4
[markup.tableOfContents]
endLevel = 6
- startLevel = 2 \ No newline at end of file
+ startLevel = 2