mirror of
https://github.com/mrleduck/Vossendijk-Regels.git
synced 2025-04-19 23:44:30 +00:00
31 lines
596 B
YAML
31 lines
596 B
YAML
# Project information
|
|
site_name: Vossendijk-Regels
|
|
site_author: 'Vossendijk'
|
|
|
|
# Copyright
|
|
copyright: Copyright © 2021 Vossendijk
|
|
|
|
# Congiguration
|
|
theme:
|
|
name: material
|
|
features:
|
|
# - navigation.tabs
|
|
palette:
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/toggle-switch-off-outline
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to light mode
|
|
language: nl
|
|
plugins:
|
|
- search:
|
|
lang: nl
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|