38 lines
926 B
YAML
38 lines
926 B
YAML
site_name: deuxfleurs::web
|
|
site_url: https://web.deuxfleurs.fr
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: green
|
|
language: fr
|
|
icon:
|
|
annotation: material/plus-circle
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.footer
|
|
- navigation.prune
|
|
- navigation.path
|
|
- navigation.tabs
|
|
- navigation.tracking
|
|
- search.suggest
|
|
- search.highlight
|
|
- search.share
|
|
plugins:
|
|
- search
|
|
- social
|
|
markdown_extensions:
|
|
- attr_list
|
|
- md_in_html
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
extra:
|
|
generator: false
|
|
social:
|
|
- icon: fontawesome/brands/mastodon
|
|
link: https://mastodon.tedomum.net/@deuxfleurs
|
|
copyright: Licence CC BY-NC-SA 4.0
|
|
repo_url: https://git.deuxfleurs.fr/Deuxfleurs/web.deuxfleurs.fr
|