45 lines
887 B
YAML
45 lines
887 B
YAML
site_name: www.benpro.fr
|
|
copyright: 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
|
|
icon:
|
|
logo: material/console-network
|
|
favicon: images/console-network.png
|
|
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
|
|
|
|
plugins:
|
|
- search
|
|
- git-revision-date
|
|
|
|
nav:
|
|
- Homepage:
|
|
- index.md
|
|
- Howtos:
|
|
- HowtoCentOS: Howtos/HowtoCentOS.md
|
|
|