diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-20 17:49:03 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-20 18:00:32 +0300 |
commit | 4107aceab1d22cc4614afaa3d0779d4aee3469b7 (patch) | |
tree | f636b116efbc0d179e5aedd2f4b95718cc13aa8c /content/weblog | |
parent | 66a4844e829495328d738f31728c9c03c11c2771 (diff) | |
download | yaroslavps.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 'content/weblog')
-rw-r--r-- | content/weblog/_index.es.md | 7 | ||||
-rw-r--r-- | content/weblog/_index.ru.md | 7 | ||||
-rw-r--r-- | content/weblog/archive.es.md | 6 | ||||
-rw-r--r-- | content/weblog/archive.ru.md | 6 |
4 files changed, 26 insertions, 0 deletions
diff --git a/content/weblog/_index.es.md b/content/weblog/_index.es.md new file mode 100644 index 0000000..5120004 --- /dev/null +++ b/content/weblog/_index.es.md @@ -0,0 +1,7 @@ ++++ +title = "Un weblog escrito por Yaroslav de la Peña Smirnov" +sort_by = "date" +template = "weblog.html" +paginate_by = 10 +generate_feed = true ++++ diff --git a/content/weblog/_index.ru.md b/content/weblog/_index.ru.md new file mode 100644 index 0000000..b8c0142 --- /dev/null +++ b/content/weblog/_index.ru.md @@ -0,0 +1,7 @@ ++++ +title = "Веб-журнал Ярослава де ла Пенья Смирнова" +sort_by = "date" +template = "weblog.html" +paginate_by = 10 +generate_feed = true ++++ diff --git a/content/weblog/archive.es.md b/content/weblog/archive.es.md new file mode 100644 index 0000000..c90f85f --- /dev/null +++ b/content/weblog/archive.es.md @@ -0,0 +1,6 @@ ++++ +sort_by = "date" +template = "weblog_archive.html" +paginate_by = 0 ++++ + diff --git a/content/weblog/archive.ru.md b/content/weblog/archive.ru.md new file mode 100644 index 0000000..c90f85f --- /dev/null +++ b/content/weblog/archive.ru.md @@ -0,0 +1,6 @@ ++++ +sort_by = "date" +template = "weblog_archive.html" +paginate_by = 0 ++++ + |