🔧 Init MkDocs config file

This commit is contained in:
Benoit S 2021-02-20 11:49:01 +09:00
parent 969561192b
commit 127a7bd272
1 changed files with 45 additions and 0 deletions

45
mkdocs.yml Normal file
View File

@ -0,0 +1,45 @@
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