mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
Обновить конфигурацию Jekyll: изменить тему на chirpy, обновить описание и настройки плагинов.
This commit is contained in:
+15
-20
@@ -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 # в теме есть встроенный поиск
|
|
||||||
|
|||||||
Reference in New Issue
Block a user