40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
site_name: Documentation - Adrien CHARBONNEAU
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: green
|
|
language: fr
|
|
favicon: https://adriencharbonneau.fr/images/AC_favicon.png
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.top
|
|
icon:
|
|
repo: fontawesome/brands/git-alt
|
|
|
|
extra:
|
|
homepage: https://adriencharbonneau.fr
|
|
social:
|
|
- icon: fontawesome/brands/linkedin
|
|
link: https://www.linkedin.com/in/adrien-charbonneau/
|
|
- icon: fontawesome/brands/researchgate
|
|
link: https://www.researchgate.net/profile/Adrien-Charbonneau
|
|
- icon: fontawesome/brands/git
|
|
link: https://git.adriencharbonneau.fr/Adrien/Site-internet
|
|
- icon: fontawesome/brands/telegram-plane
|
|
link: mailto:adrien.charbonneau@free.fr
|
|
- icon: fontawesome/brands/creative-commons-by
|
|
link: https://adriencharbonneau.fr/docs/CV_Adrien_CHARBONNEAU.pdf
|
|
|
|
copyright: Copyright © 2020 - 2021 Adrien CHARBONNEAU
|
|
|
|
repo_url: https://git.adriencharbonneau.fr/Adrien/Docs
|
|
repo_name: Adrien/Docs
|
|
|
|
plugins:
|
|
- git-revision-date
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
#- pymdownx.details
|
|
- pymdownx.superfences
|