76 lines
2.3 KiB
YAML
76 lines
2.3 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/regular/user
|
|
link: https://adriencharbonneau.fr
|
|
name: Site internet
|
|
- icon: fontawesome/brands/linkedin
|
|
link: https://www.linkedin.com/in/adrien-charbonneau/
|
|
name: Linkedin
|
|
- icon: fontawesome/brands/researchgate
|
|
link: https://www.researchgate.net/profile/Adrien-Charbonneau
|
|
name: ResearchGate
|
|
- icon: fontawesome/brands/git
|
|
link: https://git.adriencharbonneau.fr/Adrien/Docs
|
|
name: Dépôt GIT
|
|
- icon: fontawesome/regular/envelope
|
|
link: mailto:adrien.charbonneau@free.fr
|
|
name: Adresse courriel
|
|
- icon: fontawesome/brands/creative-commons-by
|
|
link: https://git.adriencharbonneau.fr/Adrien/CV/raw/branch/master/CV_Adrien_CHARBONNEAU.pdf
|
|
name: Curriculum Vitae
|
|
|
|
copyright: Copyright © 2020 - 2021 Adrien CHARBONNEAU
|
|
|
|
repo_url: https://git.adriencharbonneau.fr/Adrien/Docs
|
|
repo_name: Adrien/Docs
|
|
|
|
plugins:
|
|
- git-revision-date-localized:
|
|
type: datetime
|
|
- search
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
#- pymdownx.details
|
|
- pymdownx.superfences
|
|
|
|
# Page tree
|
|
nav:
|
|
- Introduction: index.md
|
|
- Serveur:
|
|
- Introduction - Serveur: serveur/introduction.md
|
|
- VPS: serveur/vps.md
|
|
- Personnel: serveur/personnel.md
|
|
- Sécurité:
|
|
- Introduction - Sécurité: securite/introduction.md
|
|
- Logwatch: securite/logwatch.md
|
|
- Fail2Ban: securite/fail2ban.md
|
|
- UFW: securite/ufw.md
|
|
- Crowdsec: securite/crowdsec.md
|
|
- Configuration:
|
|
- Introduction - Configuration: configuration/introduction.md
|
|
- Site internet:
|
|
- Introduction - Site internet: site-internet/introduction.md
|
|
- Application web:
|
|
- Introduction - Application web: application-web/introduction.md
|
|
- Gitea: application-web/gitea.md
|
|
- Flarum: application-web/flarum.md
|
|
- Nextcloud: application-web/nextcloud.md
|
|
- Material for Mkdocs: application-web/mat-mkdocs.md
|
|
- Matomo: application-web/matomo.md
|
|
- WriteFreely: application-web/writefreely.md
|