forked from vincent/notebook
change config
This commit is contained in:
parent
c120920f50
commit
088578f428
15
mkdocs.yml
15
mkdocs.yml
@ -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
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
mkdocs
|
mkdocs
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
|
mkdocs-minify-plugin
|
||||||
|
mkdocs-section-index
|
||||||
|
Loading…
Reference in New Issue
Block a user