feat: новый раздел Шпаргалки. новая статья Git Workflow для Hugo блога

This commit is contained in:
2026-02-23 10:46:08 +00:00
parent 9e9fcf1721
commit 4c36dd4ade
82 changed files with 15316 additions and 2783 deletions
@@ -270,7 +270,7 @@
[{
"@context": "https://schema.org",
"@type": "Article",
"articleSection": "Posts",
"articleSection": "Статьи",
"name": "Блог на Hugo в K3s: часть 4 - выбор Git workflow",
"headline": "Блог на Hugo в K3s: часть 4 - выбор Git workflow",
"description": "Две папки или одна с переключением веток? Разбираем варианты организации работы с dev и production окружениями на практических примерах.",
@@ -394,6 +394,42 @@
<a
href="/posts/"
class="flex items-center bf-icon-color-hover"
aria-label="Статьи"
title="Статьи">
<span class="text-base font-medium break-normal">
Статьи
</span>
</a>
<a
href="/cheatsheets/"
class="flex items-center bf-icon-color-hover"
aria-label="Шпаргалки"
title="Шпаргалки">
<span class="text-base font-medium break-normal">
Шпаргалки
</span>
</a>
@@ -503,6 +539,40 @@
</div>
<div class="px-2">
<a
href="/posts/"
aria-label="Статьи"
class="flex items-center gap-4 group bf-icon-color-hover text-neutral-700 dark:text-neutral-200">
<span title="Статьи" class="text-2xl font-bold tracking-tight">
Статьи
</span>
</a>
</div>
<div class="px-2">
<a
href="/cheatsheets/"
aria-label="Шпаргалки"
class="flex items-center gap-4 group bf-icon-color-hover text-neutral-700 dark:text-neutral-200">
<span title="Шпаргалки" class="text-2xl font-bold tracking-tight">
Шпаргалки
</span>
</a>
</div>
@@ -3575,7 +3645,7 @@
<a
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center"
href="/tags/"
title="Tags">
title="Теги">
Теги
</a>
@@ -3585,7 +3655,7 @@
<a
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center"
href="/categories/"
title="Categories">
title="Категории">
Категории
</a>