mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
16 lines
255 B
YAML
16 lines
255 B
YAML
site_name: Project Name
|
|
site_description: Project Description
|
|
site_author: Author
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
scheme: slate
|
|
|
|
nav:
|
|
- Introduction: "index.md"
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences |