some new settings
going to mkdocs-material
This commit is contained in:
33
mkdocs.yml
33
mkdocs.yml
@@ -3,12 +3,33 @@ site_url: https://rustbas.github.io/blog
|
|||||||
repo_url: https://github.com/rustbas/blog
|
repo_url: https://github.com/rustbas/blog
|
||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
theme:
|
theme:
|
||||||
name: terminal
|
name: material
|
||||||
palette: dark
|
palette:
|
||||||
|
- scheme: default
|
||||||
|
toggle:
|
||||||
|
icon: material/toggle-switch
|
||||||
|
name: Switch to dark mode
|
||||||
|
primary: green
|
||||||
|
|
||||||
|
- scheme: slate
|
||||||
|
toggle:
|
||||||
|
icon: material/toggle-switch-off-outline
|
||||||
|
name: Switch to light mode
|
||||||
|
primary: teal
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- revision.date
|
- navigation.instant # TODO: check troubles with TeX loading
|
||||||
- revision.history
|
- navigation.instant.progress
|
||||||
- navigation.side.hide
|
- header.autohide
|
||||||
|
icon:
|
||||||
|
repo: fontawesome/brands/git
|
||||||
|
font:
|
||||||
|
# text: Roboto
|
||||||
|
code: JetBrains Mono
|
||||||
|
|
||||||
|
# - revision.date
|
||||||
|
# - revision.history
|
||||||
|
# - navigation.side.hide
|
||||||
nav:
|
nav:
|
||||||
# - "Обо мне": 'index.md'
|
# - "Обо мне": 'index.md'
|
||||||
- "Математика": 'maths/index.md'
|
- "Математика": 'maths/index.md'
|
||||||
@@ -20,7 +41,7 @@ plugins:
|
|||||||
lang: ["ru", "en"]
|
lang: ["ru", "en"]
|
||||||
indexing: 'full'
|
indexing: 'full'
|
||||||
- git-revision-date
|
- git-revision-date
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.arithmatex:
|
- pymdownx.arithmatex:
|
||||||
generic: true
|
generic: true
|
||||||
|
|||||||
Reference in New Issue
Block a user