Обновить конфигурацию Jekyll: изменить тему на chirpy, обновить описание и настройки плагинов.

This commit is contained in:
ada
2025-08-18 15:03:00 +03:00
parent 9d1ecf120d
commit 44d9b8cfe2
+15 -20
View File
@@ -1,30 +1,25 @@
title: "Digital Garden" title: "Digital Garden"
description: "Заметки и статьи" tagline: "Мои заметки и статьи"
lang: ru description: "Заметки, проекты, идеи"
url: "https://dg.ada-dev.ru" url: "https://dg.ada-dev.ru" # твой домен
baseurl: "" baseurl: "" # если в корне
remote_theme: mmistakes/minimal-mistakes theme: jekyll-theme-chirpy
minimal_mistakes_skin: "dark" # варианты: air, dark, contrast, neon и др. remote_theme: cotes2020/jekyll-theme-chirpy
lang: ru-RU
plugins: plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-remote-theme - jekyll-remote-theme
- jekyll-include-cache - jekyll-archives
# Коллекция заметок (как garden, без дат) paginate: 10
paginate_path: /page:num
# чтобы в меню появлялись страницы
collections: collections:
notes: notes:
output: true output: true
permalink: /notes/:title/ permalink: /notes/:title/
defaults:
- scope: { path: "", type: notes }
values:
layout: single
author_profile: false
- scope: { path: "", type: posts }
values:
layout: single
author_profile: false
search: true # в теме есть встроенный поиск