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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier DOSSMANN <git@dossmann.net>2019-08-17 19:50:40 +0300
committerOlivier DOSSMANN <git@dossmann.net>2019-08-17 19:50:40 +0300
commite925bcdaba5017c526351e113ab0b8140e6fe2f3 (patch)
tree026dd5c3bd6dc81f66420abe2113f4e9d8b77647 /exampleSite
parentefd806d3356f3daaa905670a5641e54f1faa9100 (diff)
Fix #3 - Adapt Adam & Eve theme to Hugo v0.57:
* change example config.toml to disable some kinds of pages * homepage: add posts list * new params: `NoHomepagePostList` to disable this list if possible
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ebbd1d8..5443043 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,7 @@
baseURL = "https://example.org"
theme = "hugo_theme_adam_eve"
DefaultContentLanguage = "en"
+disableKinds = ["taxonomy", "taxonomyTerm", "section"]
[Languages]
[Languages.fr]