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

github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:52:02 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:52:02 +0300
commit0c783391fcbc37794496e133fd022606b4c4a1eb (patch)
tree69746db753618e34531d4fa272b62f5346eb86a7
parent22935f4f4febc9c25ab358f0c559e256a67adde4 (diff)
Add disableKinds config to example sitev0.1.0
This prevents warnings in the log when the example sites are generated
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2ad129c..608d16b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,6 +3,7 @@ languageCode = "en"
defaultContentLanguage = "en"
title = "Stip"
theme = "stip"
+disableKinds = ["taxonomy", "taxonomyTerm"]
[Author]
name = "Jane Doe"