You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docs/mkdocs.yml

117 lines
2.9 KiB
YAML

2 years ago
site_name: Docs St1t.ru
2 years ago
repo_url: https://git.st1t.ru/thest1tch/docs
2 years ago
repo_name: thest1tch/docs
edit_uri: edit/main/docs/
2 years ago
nav:
- Привет!: index.md
- 🐳 Docker Compose:
- Install Docker Compose: docker-compose.md
- Linx Server: docker-compose/linx-server.md
- Samba: docker-compose/samba.md
2 years ago
- Redis: docker-compose/redis.md
- MotionEye: docker-compose/motioneye.md
2 years ago
- Media Server:
- Plex: docker-compose/plex.md
- Plex Meta Manager: docker-compose/plex-mm.md
- Traefik:
- Traefik Forward Auth: docker-compose/traefik-forward-auth.md
2 years ago
- Ubuntu 22:
- MariaDB: ubuntu/mariadb.md
2 years ago
- Proxmox:
- CT Template: proxmox/ct-template.md
2 years ago
- Помойка:
- SSL для сайта: other/ssl-for-site.md
- Ubuntu bash aliases: other/ubuntu-bash-aliases.md
2 years ago
- Блог:
- blog/index.md
2 years ago
2 years ago
theme:
name: material
2 years ago
#custom_dir: overrides
2 years ago
language: ru
2 years ago
#logo: images/site/logo.png
favicon: images/assets/favicon.png
icon:
2 years ago
repo: simple/gitea
2 years ago
logo: fontawesome/regular/folder-open
palette:
2 years ago
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
2 years ago
scheme: default
2 years ago
toggle:
icon: material/brightness-auto
2 years ago
name: Авто
2 years ago
# Toggle light mode
- media: "(prefers-color-scheme: light)"
scheme: default
2 years ago
#primary: blue
#accent: teal
2 years ago
toggle:
2 years ago
icon: material/brightness-7
name: Испепели мои глаза!
# Toggle dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
2 years ago
#primary: blue
#accent: teal
2 years ago
toggle:
2 years ago
icon: material/brightness-4
name: Я люблю свои глаза!
2 years ago
font:
code: Jet Brains Mono
2 years ago
2 years ago
features:
- navigation.instant
2 years ago
#- navigation.sections # prevents collapsible sections
2 years ago
- navigation.indexes # section index pages
2 years ago
- navigation.expand #expands sections by default
2 years ago
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.pruning
2 years ago
- navigation.path
2 years ago
- search.suggest
- search.share
- content.code.annotate
- content.code.copy
- header.autohide
- announce.dismiss
- toc.follow
2 years ago
# insiders only
# - search.suggest
plugins:
2 years ago
search:
2 years ago
lang:
- ru
- en
2 years ago
- glightbox
- blog
2 years ago
2 years ago
markdown_extensions:
- abbr
- admonition # enables coloured blocks mid article
- attr_list # improves image handling
- pymdownx.details # enables collapsible admonitions
- footnotes
- meta # adds support for front matter
- toc:
permalink: true
toc_depth: 4
- pymdownx.highlight: # code highlighting
linenums: true
- pymdownx.tabbed # enables tabs for embedded blocks
- pymdownx.snippets
- pymdownx.superfences # allows for the nesting of code blocks inside other blocks
- pymdownx.keys
copyright: 2023 © TheSt1tch - Licensed under GPLv3
2 years ago
extra:
status:
new: Recently added
deprecated: Deprecated