81 lines
2.3 KiB
YAML
81 lines
2.3 KiB
YAML
site_name: Wiki
|
|
site_url: https://wiki.askiiart.net
|
|
repo_url: https://git.askiiart.net/askiiart/wiki
|
|
repo_name: askiiart/wiki
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
language: en
|
|
favicon: static/askiiart.gif
|
|
icon:
|
|
repo: fontawesome/brands/git-alt
|
|
logo: fontawesome/regular/folder-open
|
|
palette:
|
|
# Palette toggle for light mode
|
|
- scheme: default
|
|
primary: blue
|
|
accent: teal
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
# Palette toggle for dark mode
|
|
- scheme: slate
|
|
accent: teal
|
|
primary: deep orange
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
font:
|
|
code: Jet Brains Mono
|
|
features:
|
|
- navigation.instant
|
|
- navigation.instant.prefetch
|
|
- navigation.sections # prevents collapsible sections
|
|
- navigation.indexes # section index pages
|
|
#- navigation.expand #expands sections by default
|
|
#- navigation.tabs # section tabs along the top
|
|
- toc.follow
|
|
- toc.integrate # moves toc to the left
|
|
# insiders only
|
|
- navigation.path # breadcrumbs at the top of each page
|
|
- search.suggest
|
|
plugins:
|
|
- search
|
|
markdown_extensions:
|
|
- admonition # enables coloured blocks mid article
|
|
- attr_list # improves image handling
|
|
- md_in_html # grids (insiders)
|
|
- pymdownx.details # enables collapsible admonitions
|
|
- footnotes
|
|
- toc:
|
|
permalink: true
|
|
toc_depth: 4
|
|
- abbr # enables glossary
|
|
- pymdownx.snippets: # enables glossary
|
|
auto_append:
|
|
- overrides/glossary.md
|
|
- pymdownx.keys # display keyboard commands nicely ++ctrl+alt+del++
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- pymdownx.caret
|
|
- pymdownx.mark
|
|
- pymdownx.tilde
|
|
copyright: 2020 - 2023 © Alex Kretzschmar - Licensed under GPLv3
|
|
extra_css:
|
|
- extra.css
|
|
extra:
|
|
social:
|
|
- icon: 'fontawesome/brands/github'
|
|
link: 'https://github.com/askiiart'
|
|
name: askiiart - GitHub
|
|
- icon: 'fontawesome/brands/git-alt'
|
|
link: 'https://git.askiiart.net/askiiart'
|
|
name: askiiart - self-hosted Gitea
|
|
- icon: 'fontawesome/brands/mastodon'
|
|
link: 'https://fedi.askiiart.net/askiiart'
|
|
name: askiiart - Fedi
|