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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-24 01:04:56 +0300
committerHanzei <hanzei@mailbox.org>2018-07-24 01:04:56 +0300
commit5687d97c7871844a0a41d54325aa4dff54f6443e (patch)
tree2bb0c2387666d9d7bc992703dd399fd2d27793df /exampleSite/config.toml
parenta9d6150b009aabee5d684dc7120de2e04d75f1c9 (diff)
Refactor taxonomies page
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 29d3ee7..4efe6da 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -54,7 +54,11 @@ DefaultContentLanguage = "en" # Default language fo
# url = "/blog/"
# weight = 1
-#
+# We only use tag as a taxonomies
+# You can add more by yourself
+[taxonomies]
+ tag = "tags"
+
[languages]
[languages.en]
languageName = "English"
@@ -83,6 +87,6 @@ DefaultContentLanguage = "en" # Default language fo
weight = 2
title = "Vorstellung"
[languages.de.params]
- dateForm = "2. January 2006"
+ dateFormat = "2. January 2006"
description = "Beschreibung der Webseite"
# footerText = ""