18 lines
381 B
YAML
18 lines
381 B
YAML
site_name: Mealie
|
|
theme:
|
|
name: material
|
|
icon:
|
|
logo: material/silverware-variant
|
|
features:
|
|
- navigation.instant
|
|
markdown_extensions:
|
|
- def_list
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- admonition
|
|
extra_css:
|
|
- stylesheets/custom.css
|
|
repo_url: https://github.com/hay-kot/mealie
|
|
repo_name: hay-kot/mealie
|