86 lines
2.2 KiB
YAML
86 lines
2.2 KiB
YAML
site_name: www.benpro.fr
|
|
copyright: benpro.fr CC BY 4.0
|
|
repo_url: https://git.benpro.fr/benoit/www.benpro.fr
|
|
repo_name: git.benpro.fr
|
|
edit_uri: _edit/master/docs/
|
|
|
|
theme:
|
|
name: material
|
|
font: false
|
|
palette:
|
|
scheme: slate
|
|
primary: black
|
|
favicon: images/console-network.png
|
|
icon:
|
|
logo: material/console-network
|
|
repo: fontawesome/brands/git-alt
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- toc.integrate
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: true
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- abbr
|
|
- pymdownx.snippets
|
|
|
|
plugins:
|
|
- git-revision-date
|
|
|
|
extra:
|
|
social:
|
|
- icon: material/pencil
|
|
link: https://blog.benpro.fr
|
|
name: Blog
|
|
- icon: material/mastodon
|
|
link: https://toots.benpro.fr/@benoit
|
|
name: Mastodon
|
|
- icon: material/camera
|
|
link: https://pix.benpro.fr/benoit
|
|
name: Pixelfed
|
|
- icon: material/video
|
|
link: https://videos.benpro.fr/accounts/benpro/video-channels
|
|
name: Peertube
|
|
- icon: material/git
|
|
link: https://git.benpro.fr/benoit
|
|
name: Gitea
|
|
- icon: material/github
|
|
link: https://github.com/benpro
|
|
name: Github
|
|
|
|
nav:
|
|
- Homepage:
|
|
- index.md
|
|
- Howtos:
|
|
- Howto CentOS: Howtos/HowtoCentOS.md
|
|
- Howto Crack WPA: Howtos/HowtoCrackWPA.md
|
|
- Howto Enconding: Howtos/HowtoEncoding.md
|
|
- Howto GPG: Howtos/HowtoGPG.md
|
|
- Howto LXD: Howtos/HowtoLXD.md
|
|
- Howto MacOS: Howtos/HowtoMacOS.md
|
|
- Howto Secure Mail Server: Howtos/HowtoSecureMailServer.md
|
|
- Howto Sysadmin: Howtos/HowtoSysadmin.md
|
|
- Howto ZFS: Howtos/HowtoZFS.md
|
|
- Self-host:
|
|
- Infra: Self-Host/Infra.md
|
|
- LXD Usage: Self-Host/LXDUsage.md
|
|
- Various:
|
|
- Animes List: Various/AnimesList.md
|
|
- Backup Strategy: Various/BackupStrategy.md
|
|
- CPU Benchmark: Various/CPUBenchmark.md
|
|
- Electric Road Trip 2019: Various/ElectricRoadTrip2019.md
|
|
- Japonais: Various/Japonais.md
|
|
- Mullvad: Various/Mullvad.md
|
|
- TarifsBanques: Various/TarifsBanques.md
|
|
- CV: CV/CV.md
|