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