change config

This commit is contained in:
vincent 2021-01-21 21:59:50 +01:00
parent c120920f50
commit 088578f428
2 changed files with 17 additions and 0 deletions

View File

@ -1,14 +1,29 @@
site_name: Notebook site_name: Notebook
site_url: https://www.ducamps.win/notebook site_url: https://www.ducamps.win/notebook
site_author: Vincent Ducamps
plugins:
- search
- minify:
minify_html: true
- section-index
theme: theme:
language: fr language: fr
name: material name: material
highlightjs: true highlightjs: true
palette:
scheme: default
primary: teal
accent: red
hljs_languages: hljs_languages:
- yaml - yaml
features: features:
- navigation.instant - navigation.instant
- navigation.tabs - navigation.tabs
repo_url: https://git.ducamps.win/vincent/notebook repo_url: https://git.ducamps.win/vincent/notebook
repo_name: Vincent/notebook
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/vincentDcmps
edit_uri: src/branch/master/ edit_uri: src/branch/master/
docs_dir: _docs docs_dir: _docs

View File

@ -1,2 +1,4 @@
mkdocs mkdocs
mkdocs-material mkdocs-material
mkdocs-minify-plugin
mkdocs-section-index