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

This commit is contained in:
ada
2025-08-18 15:20:01 +03:00
parent cb75f3a295
commit c548581d27
+12 -19
View File
@@ -1,27 +1,20 @@
title: "Digital Garden" title: Мой Digital Garden
tagline: "Мои заметки и статьи" email: your-email@example.com
description: "Заметки, проекты, идеи" description: "Заметки и мысли"
url: "https://dg.ada-dev.ru" # твой домен baseurl: ""
baseurl: "" # если в корне url: "https://dg.ada-dev.ru" # твой домен
twitter_username: ""
github_username: ada-dmitry
remote_theme: cotes2020/jekyll-theme-chirpy # тема
remote_theme: maximevaillancourt/digital-garden-jekyll-template
lang: ru-RU
plugins: plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-remote-theme - jekyll-remote-theme
- jekyll-archives - jekyll-include-cache
paginate: 10 # каталог заметок
paginate_path: /page:num
# чтобы в меню появлялись страницы
collections: collections:
notes: notes:
output: true output: true
permalink: /notes/:title/ permalink: /:path/
read_time: false