31 lines
508 B
YAML
31 lines
508 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
|
|
- hooks/kroki.py
|
|
- hooks/include-file.py
|
|
- hooks/unsplash.py
|
|
- hooks/exclude-static.py
|
|
|
|
markdown_extensions:
|
|
- attr_list
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
|
|
plugins:
|
|
- search
|