Enable more mkdocs features, change logo
This commit is contained in:
parent
36b94dc90a
commit
197c538773
28
mkdocs.yml
28
mkdocs.yml
@ -14,23 +14,30 @@ theme:
|
|||||||
name: material
|
name: material
|
||||||
language: en
|
language: en
|
||||||
locale: en
|
locale: en
|
||||||
font: false
|
font:
|
||||||
|
text: Roboto Slab
|
||||||
|
code: Source Code Pro
|
||||||
palette:
|
palette:
|
||||||
primary: black
|
primary: black
|
||||||
accent: blue
|
accent: blue
|
||||||
logo: assets/logo.png
|
icon:
|
||||||
favicon: assets/favicon.ico
|
logo: logo
|
||||||
features:
|
features:
|
||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
- search.highlight
|
||||||
|
- content.code.annotate
|
||||||
|
- content.tooltips
|
||||||
|
- navigation.indexes
|
||||||
|
- navigation.sections
|
||||||
|
- navigation.tabs
|
||||||
|
- navigation.top
|
||||||
|
- navigation.tracking
|
||||||
|
- toc.follow
|
||||||
|
|
||||||
# Extra
|
# Extra
|
||||||
extra:
|
extra:
|
||||||
feature:
|
feature:
|
||||||
tabs: true
|
tabs: true
|
||||||
font:
|
|
||||||
text: Roboto Slab
|
|
||||||
code: Source Code Pro
|
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/solid/globe
|
- icon: fontawesome/solid/globe
|
||||||
link: http://marius.xyz
|
link: http://marius.xyz
|
||||||
@ -61,8 +68,13 @@ nav:
|
|||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
- abbr
|
||||||
- admonition
|
- admonition
|
||||||
- codehilite:
|
- attr_list
|
||||||
guess_lang: false
|
- def_list
|
||||||
|
- footnotes
|
||||||
|
- md_in_html
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
- codehilite:
|
||||||
|
guess_lang: false
|
||||||
|
Loading…
Reference in New Issue
Block a user