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

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2021-11-15 01:12:10 +0300
committerKarl <kc0bfv@gmail.com>2021-11-15 01:12:10 +0300
commitace7f60dc56a758b943e1067ab4c8e4feadf9f7d (patch)
tree0acb24a6700126ebe694dd94e6398a323a05b8d3 /exampleSiteNoAlbum
parent381e40e379d0a92bab028209b883ca28cbe9641b (diff)
Add support for tags and categories
Diffstat (limited to 'exampleSiteNoAlbum')
-rw-r--r--exampleSiteNoAlbum/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSiteNoAlbum/config.toml b/exampleSiteNoAlbum/config.toml
index 0a92716..9b7022c 100644
--- a/exampleSiteNoAlbum/config.toml
+++ b/exampleSiteNoAlbum/config.toml
@@ -4,7 +4,10 @@ languageCode = "en-us"
title = "AutoPhugo"
theme = "autophugo"
#googleAnalytics = ""
-disableKinds = ["taxonomy", "taxonomyTerm"]
+disableKinds = ["taxonomy", "term"]
+#[taxonomies]
+# tag = "tags"
+# category = "categories"
[Author]
name = "Karl Sickendick"
@@ -25,6 +28,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
#filename_as_phototitle = false
#images_downloadable = true
#images_downloadable_use_orig = false
+ #taxonomies_links = false
# Headerbar links
# Do not put too many links here,