InternalAllTheThings/mkdocs.yml

50 lines
1.1 KiB
YAML

site_name: Internal All The Things
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.tracking
- navigation.top
extra_css:
- custom.css
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
repo_url: https://github.com/swisskyrepo/InternalAllTheThings/
edit_uri: edit/master/
plugins:
- search
- git-revision-date-localized