69 lines
1.4 KiB
YAML
69 lines
1.4 KiB
YAML
|
|
site_name: baklava
|
||
|
|
site_author: Gwen
|
||
|
|
site_url: https://pedago.gwenaelremond.fr/bribes/baklava
|
||
|
|
docs_dir: doc
|
||
|
|
copyright: >
|
||
|
|
copyright © 2026-2027 silique
|
||
|
|
nav:
|
||
|
|
- Accueil: index.md
|
||
|
|
theme:
|
||
|
|
name: material
|
||
|
|
custom_dir: "overrides"
|
||
|
|
language: en
|
||
|
|
favicon: assets/logo.png
|
||
|
|
logo: assets/logo.png
|
||
|
|
font:
|
||
|
|
code: Lato
|
||
|
|
palette:
|
||
|
|
- scheme: default
|
||
|
|
primary: grey
|
||
|
|
accent: deep orange
|
||
|
|
features:
|
||
|
|
- navigation.tabs
|
||
|
|
- content.tabs.link
|
||
|
|
# - navigation.tabs.sticky
|
||
|
|
- navigation.footer
|
||
|
|
- navigation.top
|
||
|
|
- search.suggest
|
||
|
|
- search.highlight
|
||
|
|
- navigation.instant
|
||
|
|
- navigation.instant.progress
|
||
|
|
# - content.action.view
|
||
|
|
- content.code.copy
|
||
|
|
- content.code.annotate
|
||
|
|
# - toc.follow
|
||
|
|
|
||
|
|
markdown_extensions:
|
||
|
|
- attr_list
|
||
|
|
- admonition
|
||
|
|
- nl2br
|
||
|
|
- md_in_html
|
||
|
|
- pymdownx.details
|
||
|
|
- pymdownx.superfences
|
||
|
|
- pymdownx.highlight
|
||
|
|
- footnotes
|
||
|
|
- toc:
|
||
|
|
permalink: true
|
||
|
|
plugins:
|
||
|
|
- search
|
||
|
|
- pub-obsidian:
|
||
|
|
obsidian_dir: .obsidian
|
||
|
|
# templates_dir: _templates
|
||
|
|
comments:
|
||
|
|
enabled: true
|
||
|
|
inject_as_html: false
|
||
|
|
callouts:
|
||
|
|
enabled: true
|
||
|
|
indentation: spaces
|
||
|
|
backlinks:
|
||
|
|
enabled: true
|
||
|
|
links:
|
||
|
|
wikilinks_enabled: true
|
||
|
|
# - pub-meta:
|
||
|
|
# slug:
|
||
|
|
# enabled: true
|
||
|
|
# #mode: title
|
||
|
|
# mode: filename
|
||
|
|
# warn_on_missing: true
|
||
|
|
# #key_name: slug
|