From d9040c576df4aef42ce21dab44a6aaf60485c239 Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 19 Aug 2025 15:33:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=83=20404?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BD=D0=B0=20=D1=80=D1=83=D1=81?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=BC=20=D1=8F=D0=B7=D1=8B=D0=BA=D0=B5;=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82=D1=8C=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D0=BA=20=D1=81=D0=B0=D0=B9?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B8=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20Cloudflare=20We?= =?UTF-8?q?b=20Analytics=20=D0=B8=D0=B7=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 4 ++-- _config.yml | 10 +++------- _includes/custom_footer-script.html | 1 - 3 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 _includes/custom_footer-script.html diff --git a/404.html b/404.html index 3a16ab5..7b30d6d 100644 --- a/404.html +++ b/404.html @@ -20,6 +20,6 @@ layout: page

404

-

Page not found :(

-

The requested page could not be found.

+

Страница не найдена :(

+

Запрошенная страница не найдена.

diff --git a/_config.yml b/_config.yml index 8cc6872..de5b14c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,13 +1,11 @@ # --- Сайт --- -title: "Цифровой садик $_{by ada}$" +title: "Цифровой садик" description: "Заметки, мысли и проекты" url: "https://dg.ada-dev.ru" # твой домен baseurl: "" # если сайт в корне домена lang: ru-RU favicon: /assets/images/favicons/favicon.ico -footer_scripts: - - /_includes/custom-footer-script.html analytics: provider: "google-gtag" # встроенная интеграция @@ -20,6 +18,8 @@ analytics: remote_theme: "mmistakes/minimal-mistakes" minimal_mistakes_skin: "dark" # варианты: default, air, aqua, contrast, dark, dirt, neon, mint, plum, sunrise +breadcrumbs: true + # --- Плагины (совместимые с GitHub Pages) --- plugins: - jekyll-include-cache @@ -85,10 +85,6 @@ author: icon: "fas fa-rss" url: "/feed.xml" -# --- Соц.ссылки (иконки подтянутся автоматически) --- -social: - github: ada-dmitry - rss: true # --- Прочее --- markdown: kramdown diff --git a/_includes/custom_footer-script.html b/_includes/custom_footer-script.html deleted file mode 100644 index 56f36e5..0000000 --- a/_includes/custom_footer-script.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file