aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/2023-02-10_genl-intro/index.ru.md10
-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--sass/css/yaroslavps.scss2
-rw-r--r--templates/base.html8
-rw-r--r--templates/index.html14
11 files changed, 27 insertions, 27 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/2023-02-10_genl-intro/index.ru.md b/content/weblog/2023-02-10_genl-intro/index.ru.md
index ea922b5..7d0b744 100644
--- a/content/weblog/2023-02-10_genl-intro/index.ru.md
+++ b/content/weblog/2023-02-10_genl-intro/index.ru.md
@@ -5,8 +5,8 @@ date = 2023-02-10T22:38:08
![Туксу написали](genl-tux.png)
-Пишите какой-то код в ядерном пространстве и хотите обращаться к нему из уютного
-пользовательского пространства? Вы не пишите ядерный код, но хотите обращаться к
+Пишете какой-то код в ядерном пространстве и хотите обращаться к нему из уютного
+пользовательского пространства? Вы не пишете ядерный код, но хотите обращаться к
ядру Линукс? Налейте себе немного кофе или чая, присаживаетесь поудобнее, и
читайте далее!
@@ -65,11 +65,11 @@ Generic Netlink был создан с целью улучшения Netlink и
Generic Netlink существует ещё с 2005 года и является уже довольно известным и
хорошо установившимся интерфейсом для IPC между ядром и пользовательским
-пространством. Среди хорошо известных пользователей Generic Netlink подсистемы
+пространством. Среди хорошо известных пользователей Generic Netlink, подсистемы
802.11, ACPI, Wireguard и другие.
Основные особенности Generic Netlink по сравнению с классическим Netlink'ом
-— динамическая регистрация семейств, интроспекция и упрощенная API со стороны
+— динамическая регистрация семейств, интроспекция и упрощенный API со стороны
ядра. Данное руководство сосредоточенное в основном на Generic Netlink, так как
это ныне стандартный способ общения с пространством ядра.
@@ -808,7 +808,7 @@ Netlink, и его расширенная форма, Generic Netlink, пред
Когда я начал изучать Generic Netlink, версия 6.0 ядра ещё не была выпущенной
(stable). Ввиду того что только недавно в этой же версии была добавлена в
документацию замечательная страница-введение в Netlink[^2], и того что я смотрел
-в версии документации «latest» (на тот момент v5.9), я её не заметил до того,
+в версии документации «latest» (на тот момент v5.19), я её не заметил до того,
как я уже начал писать свою статью.
Не уверен, начал ли я бы писать эту статью, если бы я раньше увидел ту страницу
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/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss
index ff33b42..4ef2214 100644
--- a/sass/css/yaroslavps.scss
+++ b/sass/css/yaroslavps.scss
@@ -19,7 +19,7 @@ html, body {
background-color: $bg0;
}
-@import "holidays";
+// @import "holidays";
ul,
ol,
diff --git a/templates/base.html b/templates/base.html
index c1c3a02..c0795c0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -58,9 +58,9 @@
</li>
</ul>
<ul class="nav-container">
- <li>
- <a href="{% if lang != "en" %}/{{ lang }}{% endif %}/donate" title="{{ trans(key="leave_tip", lang=lang) }}"><span class="icon"><img alt="btc-icon" src="/svg/icons/btc.svg"/></span> {{ trans(key="leave_tip", lang=lang) }}</a>
- </li>
+ <!-- <li> -->
+ <!-- <a href="{% if lang != "en" %}/{{ lang }}{% endif %}/donate" title="{{ trans(key="leave_tip", lang=lang) }}"><span class="icon"><img alt="btc-icon" src="/svg/icons/btc.svg"/></span> {{ trans(key="leave_tip", lang=lang) }}</a> -->
+ <!-- </li> -->
<li>
<a href="https://git.yaroslavps.com/" title="Git server"><span class="icon"><img alt="git-icon" src="/svg/icons/git.svg"/></span> Git server</a>
</li>
@@ -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> -->
diff --git a/templates/index.html b/templates/index.html
index 27e3a89..ef5e291 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -36,13 +36,13 @@
</p>
<p>
Добро пожаловать в мой уголок интернета. Меня зовут Ярослав. Я занимаюсь
- программировнием професионально и для дущи, но имею и дргие увлечения. В
+ программированием профессионально и для души, но имею и другие увлечения. В
данный момент работаю разработчиком модуля ядра Linux программного RAID.
</p>
<p>
Иногда я также выкладываю то, что мне кажется интересным или полезным в
этом сайте, хоть и не так часто как хотелось. Иногда пишу на русском, но
- по большей части пишу на английском. Вот что можно найти на моём сайте:
+ по большей части пишу на английском.
</p>
{% elif lang == "es" %}
<p class="holiday-greetings">
@@ -58,22 +58,22 @@
A veces también publico cosas que me parecen interesantes o de valor a este
sitio, aunque no tan seguido como me gustaría. Siéntete libre de echar una
mirada. A veces escribo en español, pero la mayor parte del contenido está
- en inglés. Esto es lo que puedes encontrar en mi sitio:
+ en inglés.
</p>
{% else %}
<p class="holiday-greetings">
Merry Christmas and a Happy New Year 2025!
</p>
<p>
- Welcome to my little corner of the internet. I'm Yaroslav. I write
+ Welcome to my little corner of the internet. My name is Yaroslav. I write
software for a living, and also for fun, although it's not the only thing I
- do for fun. Currently working as a softare defined storage Linux Kernel
+ do for fun. Currently working as a software defined storage Linux Kernel
module developer.
</p>
<p>
I also sometimes post things that I think are interesting or of value to
this site, although maybe not as often as I'd like. Feel free to take a
- look around. This is what you can find on my website:
+ look around.
</p>
{% endif %}
@@ -230,7 +230,7 @@
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
+ 100% sure to receive my response, the best option is to add my
address to your whitelist.
{% endif %}
</p>