add some settings

- terminal theme (in `mkdocs.yml` and `requirements.txt`)
- footnotes plugin
- add search plugin to search cyryllic
This commit is contained in:
Rustam
2024-09-24 18:13:46 +03:00
parent db211dfde9
commit bb78a3aa2b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,12 @@
site_name: Записки шизофреника
site_url: https://rustbas.github.io/blog
theme:
name: material
name: terminal
palette: dark
plugins:
- search:
lang: ["ru", "en"]
markdown_extensions:
- pymdownx.arithmatex:
@@ -9,6 +14,7 @@ markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
extra_javascript:
- javascripts/mathjax.js