homelab/mkdocs.yml
2022-10-16 15:10:38 +02:00

32 lines
766 B
YAML

---
site_name: Homelab
copyright: Copyright © 2021 - 2022 VincentDcmps
repo_url: https://git.ducamps.win/vincent/homelab
site_author: VincentDcmps
site_url: https://www.ducamps.win/homelab
theme:
name: material
highlightjs: true
palette:
scheme: default
primary: black
hljs_languages:
- yaml
features:
- navigation.indexes
- navigation.instant
- navigation.sections
- search.highlight
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/vincentDcmps