feat: новый раздел Шпаргалки. новая статья Git Workflow для Hugo блога
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
[{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"articleSection": "Posts",
|
||||
"articleSection": "Статьи",
|
||||
"name": "Блог на Hugo в K3s: часть 2 - деплой в кластер",
|
||||
"headline": "Блог на Hugo в K3s: часть 2 - деплой в кластер",
|
||||
"description": "NFS хранилище, Hugo Builder с webhook listener, Nginx с Prometheus exporter и автоматический SSL от Let\u0027s Encrypt. Полный деплой production окружения.",
|
||||
@@ -396,6 +396,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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -505,6 +541,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>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3143,7 +3213,7 @@
|
||||
<a
|
||||
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center"
|
||||
href="/tags/"
|
||||
title="Tags">
|
||||
title="Теги">
|
||||
|
||||
Теги
|
||||
</a>
|
||||
@@ -3153,7 +3223,7 @@
|
||||
<a
|
||||
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center"
|
||||
href="/categories/"
|
||||
title="Categories">
|
||||
title="Категории">
|
||||
|
||||
Категории
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user