Обновить страницу 404 для отображения сообщения на русском языке; изменить заголовок сайта и удалить скрипт Cloudflare Web Analytics из конфигурации

This commit is contained in:
ada
2025-08-19 15:33:15 +03:00
parent 578256cb4e
commit d9040c576d
3 changed files with 5 additions and 10 deletions
+2 -2
View File
@@ -20,6 +20,6 @@ layout: page
<div class="container"> <div class="container">
<h1>404</h1> <h1>404</h1>
<p><strong>Page not found :(</strong></p> <p><strong>Страница не найдена :(</strong></p>
<p>The requested page could not be found.</p> <p>Запрошенная страница не найдена.</p>
</div> </div>
+3 -7
View File
@@ -1,13 +1,11 @@
# --- Сайт --- # --- Сайт ---
title: "Цифровой садик $_{by ada}$" title: "Цифровой садик"
description: "Заметки, мысли и проекты" description: "Заметки, мысли и проекты"
url: "https://dg.ada-dev.ru" # твой домен url: "https://dg.ada-dev.ru" # твой домен
baseurl: "" # если сайт в корне домена baseurl: "" # если сайт в корне домена
lang: ru-RU lang: ru-RU
favicon: /assets/images/favicons/favicon.ico favicon: /assets/images/favicons/favicon.ico
footer_scripts:
- /_includes/custom-footer-script.html
analytics: analytics:
provider: "google-gtag" # встроенная интеграция provider: "google-gtag" # встроенная интеграция
@@ -20,6 +18,8 @@ analytics:
remote_theme: "mmistakes/minimal-mistakes" remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "dark" # варианты: default, air, aqua, contrast, dark, dirt, neon, mint, plum, sunrise minimal_mistakes_skin: "dark" # варианты: default, air, aqua, contrast, dark, dirt, neon, mint, plum, sunrise
breadcrumbs: true
# --- Плагины (совместимые с GitHub Pages) --- # --- Плагины (совместимые с GitHub Pages) ---
plugins: plugins:
- jekyll-include-cache - jekyll-include-cache
@@ -85,10 +85,6 @@ author:
icon: "fas fa-rss" icon: "fas fa-rss"
url: "/feed.xml" url: "/feed.xml"
# --- Соц.ссылки (иконки подтянутся автоматически) ---
social:
github: ada-dmitry
rss: true
# --- Прочее --- # --- Прочее ---
markdown: kramdown markdown: kramdown
-1
View File
@@ -1 +0,0 @@
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "5aba2c3fe24644e9b80f2bbd59be5546"}'></script><!-- End Cloudflare Web Analytics -->