1
Fork 0
mkdocs-site/mkdocs.yml
Jake Howard ed9c4a8dfe
Disable Kroki for now
It increases my iteration time
2023-09-14 22:02:52 +01:00

30 lines
499 B
YAML

site_name: Site
docs_dir: content
strict: true
site_url: ""
theme:
name: null
custom_dir: theme
search_index_only: true
hooks:
- hooks/nav.py
- hooks/tags.py
- hooks/images.py
- hooks/page-render.py
- hooks/static.py
- hooks/redirects.py
- hooks/globals.py
- hooks/pygments-styles.py
markdown_extensions:
- attr_list
- pymdownx.highlight
- pymdownx.superfences
plugins:
# - kroki:
# DownloadImages: true
# DownloadDir: assets/kroki-generated
- search