mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
- Created a new note on home server setup detailing the transition from old PCs to a mini-PC server using Proxmox, including networking and remote access solutions. - Added notes from the summer IT school covering various topics including IT infrastructure, automation, virtualization, and networking. - Included detailed explanations of IT infrastructure layers, hardware components, automation tools, and virtualization technologies. - Documented key concepts such as DevOps, SDN, NFV, and cloud models, along with practical scenarios and advantages of each technology.
88 lines
2.1 KiB
YAML
88 lines
2.1 KiB
YAML
# --- Сайт ---
|
|
title: "Цифровой садик by ada"
|
|
description: "Заметки, мысли и проекты"
|
|
url: "https://dg.ada-dev.ru" # твой домен
|
|
baseurl: "" # если сайт в корне домена
|
|
lang: ru-RU
|
|
|
|
# --- Тема ---
|
|
remote_theme: "mmistakes/minimal-mistakes"
|
|
minimal_mistakes_skin: "dark" # варианты: default, air, aqua, contrast, dark, dirt, neon, mint, plum, sunrise
|
|
|
|
# --- Плагины (совместимые с GitHub Pages) ---
|
|
plugins:
|
|
- jekyll-include-cache
|
|
- jekyll-feed
|
|
- jekyll-seo-tag
|
|
- jekyll-sitemap
|
|
- jekyll-paginate
|
|
|
|
|
|
# --- Пагинация постов (если используешь _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
|
|
|
|
# --- Навигация (подключим _data/navigation.yml) ---
|
|
navigation:
|
|
main: true
|
|
|
|
# --- Поиск (встроенный lunr) ---
|
|
search: true
|
|
|
|
author:
|
|
name: "ada"
|
|
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: "RSS"
|
|
icon: "fas fa-rss"
|
|
url: "/feed.xml"
|
|
|
|
# --- Соц.ссылки (иконки подтянутся автоматически) ---
|
|
social:
|
|
github: ada-dmitry
|
|
rss: true
|
|
|
|
# --- Прочее ---
|
|
markdown: kramdown
|
|
permalink: /:categories/:title/
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- node_modules
|
|
- vendor
|
|
- _site
|