mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
21 lines
421 B
YAML
21 lines
421 B
YAML
title: Мой Digital Garden
|
|
email: your-email@example.com
|
|
description: "Заметки и мысли"
|
|
baseurl: ""
|
|
url: "https://dg.ada-dev.ru" # твой домен
|
|
twitter_username: ""
|
|
github_username: ada-dmitry
|
|
|
|
remote_theme: "mmistakes/minimal-mistakes"
|
|
plugins:
|
|
- jekyll-include-cache
|
|
|
|
minimal_mistakes_skin: "dark"
|
|
|
|
|
|
# каталог заметок
|
|
collections:
|
|
notes:
|
|
output: true
|
|
permalink: /:path/
|