- {% block sbdesc %}
- {% if permalink is containing("weblog") %}
-
Hello, my name is Yaroslav de la Peña Smirnov, welcome to my weblog.
- Sometimes I write software, sometimes I might write my mind here.
- {% elif permalink is containing("food") %}
-
Here I keep some of the recipes for food that I cook. Nothing really
- special in here, just food that I find delicious, and generally not very
- expensive nor time consuming to cook.
Welcome, my name is Yaroslav de la Peña Smirnov. I keep this site to
- sometimes write about what I do or think on my weblog, or to remind myself
- of how to do certain things. You can take a look around, maybe you'll find
- something interesting or useful.
-
Getting in contact
-
If you want to contact me, you can do so by email at:
- yps@yaroslavps.com
-
+ {% if lang == "ru" %}
+ Здравствуйте! Меня зовут Ярослав и это мой сайт. Здесь я пишу о том что
+ я думаю или делаю, или чтобы напомнить себе как что-то делать, будь это
+ настроить сервер или приготовить блюдо. Возможно вы найдёте что-нибудь
+ интересного. Большая часть того что я пишу, на
+ английском. Но, бывает иногда пишу или перевожу то, что
+ пишу, на русский и/или испанский языки.
+ {% elif lang == "es" %}
+ Buenas y bienvenidos sean. Mi nombre es Yaroslav y éste es mi sitio.
+ Aquí escribo lo que pienso o hago, o simplemente para acordarme luego de
+ como hacer ciertas cosas, sea configurar un servidor, o cocinar una
+ receta. Echa una mirada, a lo mejor encuentras algo interestante o útil.
+ Escribo en su mayoría en inglés, pero a veces también
+ escribo o traduzco lo que escribo al español y/o al
+ ruso.
+ {% else %}
+ Welcome, my name is Yaroslav. I keep this site to sometimes write about
+ what I do or think on my weblog, or to remind myself of how to do
+ certain things, be it set up a server or how to make some dishes. You
+ can take a look around, maybe you'll find something interesting or
+ useful. Most of the time I write in English, but sometimes I might also
+ write or translate what I write in Spanish or
+ Russian.
+ {% endif %}
+
+
+ {% if lang == "ru" %}
+ Связаться
+ {% elif lang == "es" %}
+ Contacto
+ {% else %}
+ Getting in contact
+ {% endif %}
+
+
+ {% if lang == "ru" %}
+ Связаться со мной можно по электронной почты:
+ {% elif lang == "es" %}
+ Si quieres contactarme, puedes enviarme un correo electrónico a la
+ siguiente dirección:
+ {% else %}
+ If you want to contact me, you can do so by email at:
+ {% endif %}
+ yps@yaroslavps.com
+
+
+ {% if lang == "ru" %}
+ Если вы пользуетесь такими сервисами как gmail, mail.ru или другими
+ крупными провайдерами из этого разряда, то мой ответ может попасть в
+ спам. Если вы хотите быть полностью уверенными что вы получите мой
+ ответ, добавьте мой адрес в свой белый список.
+ {% elif lang == "es" %}
+ Una pequeña nota para aquellos que usan servicios como gmail,
+ outlook u otros proveedores similares. Mi respuesta de email puede
+ llegar a su bandeja de espam. Si quieres estar completamente seguro
+ de recibir mi respuesta, agrega mi dirección a tu lista blanca.
+ {% else %}
+ A little note for those using services like gmail, outlook, or any
+ other big provider like that. My email response might end up in your
+ spam folder, so you might want to check that. If you want to make
+ 100% sure to receive my reponse, the best option is to add my
+ address to your whitelist.
+ {% endif %}
+
+
+ {% if lang == "ru" %}
+ Публичный PGP-ключ:
+ {% elif lang == "es" %}
+ Llave pública de PGP:
+ {% else %}
+ Public PGP key:
+ {% endif %}
+ BD900E5D624046DC
+
+
RSS feeds
+
+ {% if lang == "ru" %}
+ Если вам хочеться следить за тем что я здесь публикую, вы можете
+ добавить эти RSS/Atom-ссылки в свой любимый RSS-ридер:
+ {% elif lang == "es" %}
+ Si te interesa estar al tanto de lo que publico aquí, cuan seguido
+ yo publique, puedes agregar estas direcciones de RSS/Atom a tu
+ lector RSS de preferencia:
+ {% else %}
+ If you are interested in following what I may publish here (however
+ often it may be), you can add these RSS/Atom urls to your favorite
+ RSS reader:
+ {% endif %}
+
+
+ {% if lang == "ru" %}
+https://www.yaroslavps.com/ru/weblog/feed.xml
+https://www.yaroslavps.com/ru/food/feed.xml
+ {% elif lang == "es" %}
+https://www.yaroslavps.com/es/weblog/feed.xml
+https://www.yaroslavps.com/es/food/feed.xml
+ {% else %}
+https://www.yaroslavps.com/weblog/feed.xml
+https://www.yaroslavps.com/food/feed.xml
+ {% endif %}
+
+{% endif %}
+{% if page.translations | length > 1 %}
+{% for trans in page.translations %}
+{% if trans.lang != lang %}
+{% if trans.lang == "ru" %}
+
diff --git a/templates/weblog.html b/templates/weblog.html
index 253f79e..f9889af 100644
--- a/templates/weblog.html
+++ b/templates/weblog.html
@@ -1,48 +1,86 @@
{% extends "base.html" %}
{% block title %}
- {% if section.permalink is containing("weblog") %}
- A weblog by Yaroslav de la Peña Smirnov
- {% elif section.permalink is containing("food") %}
- A collection of recipes by Yaroslav de la Peña Smirnov
- {% else %}
- A website by Yaroslav de la Peña Smirnov
- {% endif %}
+ {% if section.permalink is containing("weblog") %}
+ {% if lang == "ru" %}
+ Веб-журнал Ярослава де ла Пенья Смирнова
+ {% elif lang == "es" %}
+ Un Weblog escrito por Yaroslav de la Peña Smirnov
+ {% else %}
+ A weblog by Yaroslav de la Peña Smirnov
+ {% endif %}
+ {% elif section.permalink is containing("food") %}
+ {% if lang == "ru" %}
+ Сборник рецептов Ярослава де ла Пенья Смирнова
+ {% elif lang == "es" %}
+ Una colección de recetas por Yaroslav de la Peña Smirnov
+ {% else %}
+ A collection of recipes by Yaroslav de la Peña Smirnov
+ {% endif %}
+ {% else %}
+ A website by Yaroslav de la Peña Smirnov
+ {% endif %}
{% endblock %}
{% block header %}
- {% if section.permalink is containing("weblog") %}
-
Yaroslav's weblog
- {% elif section.permalink is containing("food") %}
-
Yaroslav's recipe book
- {% else %}
-
Yaroslav's website
- {% endif %}
+ {% if section.permalink is containing("weblog") %}
+
+ {% if lang == "ru" %}
+ Веб-журнал Ярослава
+ {% elif lang == "es" %}
+ Weblog de Yaroslav
+ {% else %}
+ Yaroslav's weblog
+ {% endif %}
+
+ {% elif section.permalink is containing("food") %}
+
+ {% if lang == "ru" %}
+ Книга рецептов Ярослава
+ {% elif lang == "es" %}
+ Recetario de Yaroslav
+ {% else %}
+ Yaroslav's recipe book
+ {% endif %}
+