Files
blog/mkdocs.yml
Basyrov Rustam 8456b95098 some new settings
going to mkdocs-material
2025-05-30 14:03:11 +03:00

57 lines
1.3 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

site_name: Очередные записки очередного гика
site_url: https://rustbas.github.io/blog
repo_url: https://github.com/rustbas/blog
edit_uri: edit/main/docs/
theme:
name: material
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:
- navigation.instant # TODO: check troubles with TeX loading
- navigation.instant.progress
- header.autohide
icon:
repo: fontawesome/brands/git
font:
# text: Roboto
code: JetBrains Mono
# - revision.date
# - revision.history
# - navigation.side.hide
nav:
# - "Обо мне": 'index.md'
- "Математика": 'maths/index.md'
- "Linux": 'linux/index.md'
- "Общее": 'common/index.md'
plugins:
- search:
lang: ["ru", "en"]
indexing: 'full'
- git-revision-date
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- attr_list
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js