From 4107aceab1d22cc4614afaa3d0779d4aee3469b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Sat, 20 Feb 2021 17:49:03 +0300
Subject: Translated to Russian and Spanish

Translated all templates so that the site is available in Russian and
Spanish once more. I am still not committed to write/translate
everything in three different languages, but there have been some things
that I've been meaning to write in Russian.
---
 content/food/_index.es.md  | 7 +++++++
 content/food/_index.ru.md  | 7 +++++++
 content/food/archive.es.md | 6 ++++++
 content/food/archive.ru.md | 6 ++++++
 4 files changed, 26 insertions(+)
 create mode 100644 content/food/_index.es.md
 create mode 100644 content/food/_index.ru.md
 create mode 100644 content/food/archive.es.md
 create mode 100644 content/food/archive.ru.md

(limited to 'content/food')

diff --git a/content/food/_index.es.md b/content/food/_index.es.md
new file mode 100644
index 0000000..ecb844f
--- /dev/null
+++ b/content/food/_index.es.md
@@ -0,0 +1,7 @@
++++
+title = "A collection of recipes by Yaroslav de la Peña Smirnov"
+sort_by = "date"
+template = "weblog.html"
+paginate_by = 10
+generate_feed = true
++++
diff --git a/content/food/_index.ru.md b/content/food/_index.ru.md
new file mode 100644
index 0000000..ecb844f
--- /dev/null
+++ b/content/food/_index.ru.md
@@ -0,0 +1,7 @@
++++
+title = "A collection of recipes by Yaroslav de la Peña Smirnov"
+sort_by = "date"
+template = "weblog.html"
+paginate_by = 10
+generate_feed = true
++++
diff --git a/content/food/archive.es.md b/content/food/archive.es.md
new file mode 100644
index 0000000..940ab0c
--- /dev/null
+++ b/content/food/archive.es.md
@@ -0,0 +1,6 @@
++++
+sort_by = "date"
+template = "food_archive.html"
+paginate_by = 0
++++
+
diff --git a/content/food/archive.ru.md b/content/food/archive.ru.md
new file mode 100644
index 0000000..940ab0c
--- /dev/null
+++ b/content/food/archive.ru.md
@@ -0,0 +1,6 @@
++++
+sort_by = "date"
+template = "food_archive.html"
+paginate_by = 0
++++
+
-- 
cgit v1.2.3