12 lines
144 B
YAML
12 lines
144 B
YAML
|
site_name: Wiki
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
custom_dir: theme
|
||
|
|
||
|
markdown_extensions:
|
||
|
- codehilite
|
||
|
- admonition
|
||
|
- toc:
|
||
|
permalink: true
|