aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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"},
]