Настроил. Добавил серию статей о K3S Cluster
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/hello-world/">
|
||||
<link rel="canonical" href="http://localhost:1313/posts/hello-world/">
|
||||
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/hello-world/">
|
||||
<meta property="og:url" content="http://localhost:1313/posts/hello-world/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="Hello World">
|
||||
<meta property="og:description" content="Первый пост на новом сайте">
|
||||
@@ -204,7 +204,7 @@
|
||||
"headline": "Hello World",
|
||||
"description": "Первый пост на новом сайте",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://192.168.11.190:1313/posts/hello-world/",
|
||||
"url" : "http://localhost:1313/posts/hello-world/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": ""
|
||||
@@ -733,6 +733,34 @@
|
||||
<footer class="pt-8 max-w-prose print:hidden">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="pt-8">
|
||||
<hr class="border-dotted border-neutral-300 dark:border-neutral-600">
|
||||
<div class="flex justify-between pt-3">
|
||||
<span class="flex flex-col">
|
||||
|
||||
</span>
|
||||
<span class="flex flex-col items-end">
|
||||
|
||||
<a
|
||||
class="flex text-right text-neutral-700 hover:text-primary-600 dark:text-neutral dark:hover:text-primary-400"
|
||||
href="/posts/k3s-architecture/">
|
||||
<span class="leading-6">
|
||||
K3s HA для homelab: архитектура без боли <span class="inline-block rtl:rotate-180">→</span>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<span class="me-6 mt-1 text-xs text-neutral-500 dark:text-neutral-400">
|
||||
<time datetime="2026-02-14T00:00:00+00:00">14 февраля 2026</time>
|
||||
</span>
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -846,7 +874,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
data-url="http://localhost:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
Reference in New Issue
Block a user