1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00
mealie/docs/mkdocs.yml

20 lines
413 B
YAML
Raw Normal View History

2021-01-03 20:07:36 -09:00
site_name: Mealie Docs
2020-12-24 16:37:38 -09:00
theme:
2021-01-03 20:07:36 -09:00
favicon: img/favicon.png
2020-12-24 16:37:38 -09:00
name: material
icon:
logo: material/silverware-variant
features:
- navigation.instant
markdown_extensions:
2020-12-24 19:32:49 -09:00
- def_list
2020-12-24 16:37:38 -09:00
- pymdownx.highlight
- pymdownx.superfences
2020-12-24 19:32:49 -09:00
- pymdownx.tasklist:
custom_checkbox: true
2020-12-24 16:37:38 -09:00
- admonition
extra_css:
- stylesheets/custom.css
repo_url: https://github.com/hay-kot/mealie
repo_name: hay-kot/mealie