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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2019-08-25 22:43:57 +0300
committerJonathan Rutheiser <jonathan.rutheiser@gmail.com>2019-08-25 22:43:57 +0300
commit30af0d27b6d248655d6034a90b86702f46581047 (patch)
tree66a2201ebb34cf0c63be8a1e05de469e3f747267
parenta0dd503ff10ec59bffce5ec47555f88f4125947b (diff)
Add disabledKinds to example config
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7f3651d..8fa0c38 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,6 +4,7 @@ title = "Lithium Theme"
theme = "hugo-lithium-theme"
googleAnalytics = ""
disqusShortname = ""
+disableKinds = ["taxonomy", "taxonomyTerm", "section", "404"]
[permalinks]
post = "/:year/:month/:day/:title/"