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
+107 -14
View File
@@ -15,8 +15,8 @@
<title>Posts &middot; Олег Казанин</title>
<meta name="title" content="Posts &middot; Олег Казанин">
<title>Статьи &middot; Олег Казанин</title>
<meta name="title" content="Статьи &middot; Олег Казанин">
@@ -69,13 +69,13 @@
<meta property="og:url" content="http://192.168.11.190:1313/posts/">
<meta property="og:site_name" content="Олег Казанин">
<meta property="og:title" content="Posts">
<meta property="og:title" content="Статьи">
<meta property="og:locale" content="ru">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Posts">
<meta name="twitter:title" content="Статьи">
@@ -216,6 +216,29 @@
<script id="firebase-config"
type="application/json"
data-views="views_posts/_index.md"
data-likes="likes_posts/_index.md">
{
"config": {
"apiKey": "AIzaSyBBfzADrGgnwTIyW67gfZSrAtkoybxvmdI",
"authDomain": "oakazanin-hugo-blowfish.firebaseapp.com",
"projectId": "oakazanin-hugo-blowfish",
"storageBucket": "oakazanin-hugo-blowfish.firebasestorage.app",
"messagingSenderId": "945151844512",
"appId": "1:945151844512:web:22602cc010f5b7e0cca9c5",
"measurementId": ""
}
}
</script>
@@ -236,9 +259,9 @@
[{
"@context": "https://schema.org",
"@type": "Article",
"articleSection": "Posts",
"name": "Posts",
"headline": "Posts",
"articleSection": "Статьи",
"name": "Статьи",
"headline": "Статьи",
"inLanguage": "ru",
"url" : "http://192.168.11.190:1313/posts/",
@@ -246,11 +269,11 @@
"@type": "Person",
"name": "Олег Казанин"
},
"copyrightYear": "2026",
"dateCreated": "2026-02-18T00:00:00\u002b00:00",
"datePublished": "2026-02-18T00:00:00\u002b00:00",
"dateModified": "2026-02-18T00:00:00\u002b00:00",
@@ -360,6 +383,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>
@@ -469,6 +528,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>
@@ -600,7 +693,7 @@
<header>
<h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Posts</h1>
<h1 class="mt-5 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Статьи</h1>
<div class="mt-1 mb-2 text-base text-neutral-500 dark:text-neutral-400 print:hidden">
@@ -3355,7 +3448,7 @@
<a
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center"
href="/tags/"
title="Tags">
title="Теги">
Теги
</a>
@@ -3365,7 +3458,7 @@
<a
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center"
href="/categories/"
title="Categories">
title="Категории">
Категории
</a>