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_url: https://www.ducamps.win/notebook
|
||||
site_author: Vincent Ducamps
|
||||
plugins:
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
- section-index
|
||||
theme:
|
||||
language: fr
|
||||
name: material
|
||||
highlightjs: true
|
||||
palette:
|
||||
scheme: default
|
||||
primary: teal
|
||||
accent: red
|
||||
hljs_languages:
|
||||
- yaml
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.tabs
|
||||
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/
|
||||
docs_dir: _docs
|
||||
|
@ -1,2 +1,4 @@
|
||||
mkdocs
|
||||
mkdocs-material
|
||||
mkdocs-minify-plugin
|
||||
mkdocs-section-index
|
||||
|
Loading…
Reference in New Issue
Block a user