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

This commit is contained in:
ada
2025-08-18 14:45:53 +03:00
parent efad8ace1e
commit f8c7368ff7
+14 -15
View File
@@ -1,31 +1,30 @@
title: "Digital Garden" title: "Digital Garden"
description: "Мои заметки и ссылки" description: "Заметки и статьи"
lang: ru lang: ru
url: "https://dg.ada-dev.ru" # важное поле для ссылок/кэша url: "https://dg.ada-dev.ru"
baseurl: "" # для user.github.io — пусто baseurl: ""
remote_theme: mmistakes/minimal-mistakes
minimal_mistakes_skin: "default" # варианты: air, dark, contrast, neon и др.
remote_theme: maximevaillancourt/digital-garden-jekyll-template
plugins: plugins:
- jekyll-remote-theme - jekyll-remote-theme
- jekyll-include-cache - jekyll-include-cache
markdown: kramdown # Коллекция заметок (как garden, без дат)
# Коллекция заметок
collections: collections:
notes: notes:
output: true output: true
permalink: /notes/:title/ permalink: /notes/:title/
# Значения по умолчанию
defaults: defaults:
- scope: { path: "", type: notes } - scope: { path: "", type: notes }
values: { layout: note } values:
layout: single
author_profile: false
- scope: { path: "", type: posts } - scope: { path: "", type: posts }
values: { layout: post } values:
layout: single
author_profile: false
exclude: search: true # в теме есть встроенный поиск
- Gemfile
- Gemfile.lock
- node_modules
- vendor