1
Fork 0
mkdocs-site/mkdocs.yml

38 lines
610 B
YAML
Raw Normal View History

2023-09-08 21:49:57 +01:00
site_name: Site
docs_dir: content
strict: true
2023-09-10 15:08:45 +01:00
site_url: ""
2023-09-08 21:49:57 +01:00
theme:
name: null
custom_dir: theme
search_index_only: true
2023-09-08 22:10:52 +01:00
hooks:
- hooks/nav.py
2023-09-09 10:48:03 +01:00
- hooks/tags.py
2023-09-09 12:05:16 +01:00
- hooks/images.py
2023-09-10 14:44:04 +01:00
- hooks/page-render.py
2023-09-11 22:49:52 +01:00
- hooks/static.py
- hooks/redirects.py
2023-09-13 21:23:43 +01:00
- hooks/globals.py
2023-09-14 21:28:35 +01:00
- hooks/pygments-styles.py
- hooks/kroki.py
2023-09-15 18:05:28 +01:00
- hooks/include-file.py
2023-09-17 16:15:03 +01:00
- hooks/unsplash.py
2023-09-17 17:41:09 +01:00
- hooks/exclude-static.py
2023-09-24 18:04:13 +01:00
- hooks/url-rewrite.py
2023-09-09 12:05:16 +01:00
markdown_extensions:
- attr_list
2023-09-14 20:01:36 +01:00
- pymdownx.highlight
- pymdownx.superfences
2023-09-10 15:08:45 +01:00
plugins:
2023-09-27 20:45:26 +01:00
- search:
prebuild_index: true
2023-09-24 18:04:13 +01:00
validation:
links:
absolute_links: ignore