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

github.com/EmielH/hallo-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:40 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:52:40 +0300
commitca49ddf38e098a8794bf7c2f379d4e155bddacee (patch)
tree6769999f150baaaa0ffa6638b19d17f992ddfec7
parent38e619c35cc1a949329699a3ac54f7b0c4d601b6 (diff)
Add disableKinds config to example site
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 bffbedf..dd17ed6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,6 +3,7 @@ languageCode = "en"
defaultContentLanguage = "en"
title = "Hallo"
theme = "hallo"
+disableKinds = ["taxonomy", "taxonomyTerm"]
[Author]
name = "Hallo"