Files
ada-dmitry.github.io/_config.yml
T
ada 757ae4cd00 Add lecture notes on virtualization, basic network services, backup systems, and monitoring
- Introduced comprehensive notes on virtualization, covering architecture, hypervisors, and containerization.
- Added detailed lecture on basic network services including DNS, DHCP, and NTP, emphasizing their importance in IT infrastructure.
- Included notes on backup systems (СРК), discussing RTO, RPO, and backup strategies.
- Documented the significance of monitoring systems, differentiating between monitoring and observability, and outlining key metrics to track.
- Created new markdown files for personal projects on home server setup and containerization, linking them to the main notes.
2025-08-20 14:10:00 +03:00

108 lines
2.8 KiB
YAML

# --- Сайт ---
title: "Цифровой садик"
description: "Заметки, мысли и проекты"
url: "https://dg.ada-dev.ru" # твой домен
baseurl: "" # если сайт в корне домена
lang: ru-RU
favicon: /assets/images/favicons/favicon.ico
analytics:
provider: "google-gtag" # встроенная интеграция
google:
tracking_id: "G-L27WKBFS0F" # твой GA4 Measurement ID
anonymize_ip: true # опционально
# --- Тема ---
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: "dark" # варианты: default, air, aqua, contrast, dark, dirt, neon, mint, plum, sunrise
breadcrumbs: true
# --- Плагины (совместимые с GitHub Pages) ---
plugins:
- jekyll-include-cache
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-obsidian
# --- Пагинация постов (если используешь _posts) ---
paginate: 10
paginate_path: /page:num/
# --- Коллекция заметок для garden ---
collections:
pages:
output: true
permalink: /:path/
notes:
output: true
permalink: /notes/:title/
# --- Значения по умолчанию (лейауты/опции) ---
defaults:
- scope:
path: ""
type: "notes"
values:
layout: single
toc: true # оглавление справа
author_profile: false
classes: wide
- scope:
path: ""
type: "posts"
values:
layout: single
toc: false
author_profile: true
obsidian:
vault: "_notes" # где лежат md-файлы Obsidian
wikilinks: true # включить [[wiki-ссылки]]
# ниже — удобные опции
downcase: true # приводить ссылки к нижнему регистру
slugify: true # заменять пробелы/кириллицу на слаг
ext: ".md"
attachments_dir: "assets/cache/"
# --- Навигация (подключим _data/navigation.yml) ---
navigation:
main: true
# --- Поиск (встроенный lunr) ---
search: true
author:
name: "Дмитрий Антипенко"
bio: "Ашалелый пропагандист линукса."
avatar: /assets/images/avatar.png # опционально
links:
- label: "GitHub"
icon: "fab fa-github"
url: "https://github.com/ada-dmitry"
- label: "Telegram"
icon: "fab fa-telegram"
url: "https://t.me/moonlosk"
- label: "VK"
icon: "fab fa-vk"
url: "https://vk.com/moonlosk"
- label: "RSS"
icon: "fas fa-rss"
url: "/feed.xml"
# --- Прочее ---
markdown: kramdown
permalink: /:categories/:title/
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- _site