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
|
2023-09-12 17:59:29 +01:00
|
|
|
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
|
2023-09-12 22:42:33 +01:00
|
|
|
- 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
|
2023-09-15 16:48:31 +01:00
|
|
|
- hooks/kroki.py
|
2023-09-15 18:05:28 +01:00
|
|
|
- hooks/include-file.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:
|
|
|
|
- search
|