Files
blog/mkdocs.yml
Basyrov Rustam aae89afff0 init page
2025-04-01 14:14:14 +03:00

36 lines
815 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
- 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