aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-08-18 22:25:43 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-08-18 22:25:43 +0300
commit56caaaf999ce2def34802dda09607b5824227204 (patch)
treee0fb09873cae5a3001dfd82de5cb73ca0ab0095f
parent0b59861191a1caf84fb94644d45c2696949db78e (diff)
downloadyaroslavps.com-56caaaf999ce2def34802dda09607b5824227204.tar.gz
yaroslavps.com-56caaaf999ce2def34802dda09607b5824227204.zip
config: update to zola 0.21.0
-rw-r--r--config.toml8
-rw-r--r--content/food/_index.es.md2
-rw-r--r--content/food/_index.md2
-rw-r--r--content/food/_index.ru.md2
-rw-r--r--content/weblog/_index.es.md2
-rw-r--r--content/weblog/_index.md2
-rw-r--r--content/weblog/_index.ru.md2
-rw-r--r--templates/base.html2
8 files changed, 11 insertions, 11 deletions
diff --git a/config.toml b/config.toml
index b331292..8adca11 100644
--- a/config.toml
+++ b/config.toml
@@ -1,8 +1,7 @@
title = "A website by Yaroslav de la Peña Smirnov"
base_url = "https://www.yaroslavps.com/"
-generate_feed = false
-feed_filename = "feed.xml"
+generate_feeds = false
compile_sass = true
build_search_index = false
@@ -18,6 +17,7 @@ highlight_code = true
highlight_theme = "1337"
[languages.en]
+feed_filenames = ["feed.xml"]
[languages.en.translations]
full_name = "Yaroslav de la Peña Smirnov"
@@ -44,7 +44,7 @@ latest_posts="Latest entries"
resume="Resúmé"
[languages.es]
-generate_feed = false
+feed_filenames = ["feed.xml"]
[languages.es.translations]
full_name = "Yaroslav de la Peña Smirnov"
@@ -71,7 +71,7 @@ latest_posts="Entradas recientes"
resume="Resúmé"
[languages.ru]
-generate_feed = false
+feed_filenames = ["feed.xml"]
[languages.ru.translations]
full_name = "Ярослав де ла Пенья Смирнов"
diff --git a/content/food/_index.es.md b/content/food/_index.es.md
index ecb844f..2da0957 100644
--- a/content/food/_index.es.md
+++ b/content/food/_index.es.md
@@ -3,5 +3,5 @@ title = "A collection of recipes by Yaroslav de la Peña Smirnov"
sort_by = "date"
template = "weblog.html"
paginate_by = 10
-generate_feed = true
+generate_feeds = true
+++
diff --git a/content/food/_index.md b/content/food/_index.md
index ecb844f..2da0957 100644
--- a/content/food/_index.md
+++ b/content/food/_index.md
@@ -3,5 +3,5 @@ title = "A collection of recipes by Yaroslav de la Peña Smirnov"
sort_by = "date"
template = "weblog.html"
paginate_by = 10
-generate_feed = true
+generate_feeds = true
+++
diff --git a/content/food/_index.ru.md b/content/food/_index.ru.md
index ecb844f..2da0957 100644
--- a/content/food/_index.ru.md
+++ b/content/food/_index.ru.md
@@ -3,5 +3,5 @@ title = "A collection of recipes by Yaroslav de la Peña Smirnov"
sort_by = "date"
template = "weblog.html"
paginate_by = 10
-generate_feed = true
+generate_feeds = true
+++
diff --git a/content/weblog/_index.es.md b/content/weblog/_index.es.md
index 5120004..50130b3 100644
--- a/content/weblog/_index.es.md
+++ b/content/weblog/_index.es.md
@@ -3,5 +3,5 @@ title = "Un weblog escrito por Yaroslav de la Peña Smirnov"
sort_by = "date"
template = "weblog.html"
paginate_by = 10
-generate_feed = true
+generate_feeds = true
+++
diff --git a/content/weblog/_index.md b/content/weblog/_index.md
index 726b00b..ff5b2e0 100644
--- a/content/weblog/_index.md
+++ b/content/weblog/_index.md
@@ -3,5 +3,5 @@ title = "A weblog by Yaroslav de la Peña Smirnov"
sort_by = "date"
template = "weblog.html"
paginate_by = 10
-generate_feed = true
+generate_feeds = true
+++
diff --git a/content/weblog/_index.ru.md b/content/weblog/_index.ru.md
index b8c0142..3e0ebff 100644
--- a/content/weblog/_index.ru.md
+++ b/content/weblog/_index.ru.md
@@ -3,5 +3,5 @@ title = "Веб-журнал Ярослава де ла Пенья Смирно
sort_by = "date"
template = "weblog.html"
paginate_by = 10
-generate_feed = true
+generate_feeds = true
+++
diff --git a/templates/base.html b/templates/base.html
index 19f447e..c0795c0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -86,7 +86,7 @@
{{ current_url }}
</p>
<p>
- © 2018—2024 Yaroslav de la Peña Smirnov.
+ © 2018—2025 Yaroslav de la Peña Smirnov.
</p>
<!-- <br> -->
<!-- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a> -->