Files
ada-dmitry.github.io/_config.yml
T

31 lines
731 B
YAML

title: "Digital Garden"
description: "Заметки и статьи"
lang: ru
url: "https://dg.ada-dev.ru"
baseurl: ""
remote_theme: mmistakes/minimal-mistakes
minimal_mistakes_skin: "default" # варианты: air, dark, contrast, neon и др.
plugins:
- jekyll-remote-theme
- jekyll-include-cache
# Коллекция заметок (как garden, без дат)
collections:
notes:
output: true
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 # в теме есть встроенный поиск