aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-08-13 17:24:30 +0300
committerYaroslav <contact@yaroslavps.com>2020-08-13 17:24:30 +0300
commit12503fd8211bbdf07d5211ad49645bfd0fef8a3e (patch)
treed5d6202ce525229e2b5d317ce3a21f31525dd3fb /config.toml
parent0371efd5fbe75fcad7564114bc81abd73197473b (diff)
downloadyaroslavps.com-12503fd8211bbdf07d5211ad49645bfd0fef8a3e.tar.gz
yaroslavps.com-12503fd8211bbdf07d5211ad49645bfd0fef8a3e.zip
First changes for separate section feeds
https://github.com/getzola/zola/pull/1128
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 742f268..db8019c 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,7 @@
title = "A website by Yaroslav de la Peña Smirnov"
base_url = "https://www.yaroslavps.com/"
-generate_feed = true
+generate_feed = false
feed_filename = "feed.xml"
compile_sass = true
@@ -11,7 +11,6 @@ highlight_code = true
highlight_theme = "ayu-dark"
taxonomies = [
- # {name = "sections", feed = true},
{name = "categories"},
]