27 lines
612 B
YAML
27 lines
612 B
YAML
site_name: deuxfleurs::web
|
|
site_url: https://web.deuxfleurs.fr
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: green
|
|
language: fr
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.footer
|
|
- navigation.prune
|
|
- navigation.path
|
|
- navigation.tabs
|
|
- navigation.tracking
|
|
- search.suggest
|
|
- search.highlight
|
|
- search.share
|
|
plugins:
|
|
- search
|
|
- social
|
|
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
|