mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
31 lines
731 B
YAML
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 # в теме есть встроенный поиск
|