aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-02-20 17:49:03 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-02-20 18:00:32 +0300
commit4107aceab1d22cc4614afaa3d0779d4aee3469b7 (patch)
treef636b116efbc0d179e5aedd2f4b95718cc13aa8c /config.toml
parent66a4844e829495328d738f31728c9c03c11c2771 (diff)
downloadyaroslavps.com-4107aceab1d22cc4614afaa3d0779d4aee3469b7.tar.gz
yaroslavps.com-4107aceab1d22cc4614afaa3d0779d4aee3469b7.zip
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.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml34
1 files changed, 31 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index db8019c..803a9ab 100644
--- a/config.toml
+++ b/config.toml
@@ -5,7 +5,7 @@ generate_feed = false
feed_filename = "feed.xml"
compile_sass = true
-build_search_index = true
+build_search_index = false
highlight_code = true
highlight_theme = "ayu-dark"
@@ -16,8 +16,36 @@ taxonomies = [
default_language = "en"
languages = [
- {code = "es", search = true, feed = false},
- {code = "ru", search = true, feed = false},
+ {code = "es", feed = false},
+ {code = "ru", feed = false},
]
+[translations]
+
+[translations.en]
+full_name = "Yaroslav de la Peña Smirnov"
+first_name = "Yaroslav"
+weblog_title = "Yaroslav's weblog"
+recipes_title = "Yaroslav's recipe book"
+published = "Published"
+published_on = "on"
+edited = "Last edited"
+
+[translations.es]
+full_name = "Yaroslav de la Peña Smirnov"
+first_name = "Yaroslav"
+weblog_title = "Weblog de Yaroslav"
+recipes_title = "Recetario de Yaroslav"
+published = "Publicado el"
+published_on = "en:"
+edited = "Última edición: "
+
+[translations.ru]
+full_name = "Ярослав де ла Пенья Смирнов"
+first_name = "Ярослав"
+weblog_title = "Веб-журнал Ярослава"
+recipes_title = "Книга рецептов Ярослава"
+published = "Опубликовано"
+published_on = "в: "
+
[extra]