Files
blog/mkdocs.yml
2024-09-24 23:38:08 +03:00

33 lines
679 B
YAML
Raw 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: terminal
palette: dark
features:
- revision.date
- revision.history
nav:
- "Обо мне": 'index.md'
- "Математика": 'maths/index.md'
plugins:
- search:
lang: ["ru", "en"]
indexing: 'full'
- git-revision-date
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js