15 lines
187 B
YAML
15 lines
187 B
YAML
site_name: Site
|
|
docs_dir: content
|
|
strict: true
|
|
|
|
theme:
|
|
name: null
|
|
custom_dir: theme
|
|
|
|
hooks:
|
|
- hooks/nav.py
|
|
- hooks/tags.py
|
|
- hooks/images.py
|
|
|
|
markdown_extensions:
|
|
- attr_list
|