add some settings
- terminal theme (in `mkdocs.yml` and `requirements.txt`) - footnotes plugin - add search plugin to search cyryllic
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
site_name: Записки шизофреника
|
site_name: Записки шизофреника
|
||||||
site_url: https://rustbas.github.io/blog
|
site_url: https://rustbas.github.io/blog
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: terminal
|
||||||
|
palette: dark
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search:
|
||||||
|
lang: ["ru", "en"]
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.arithmatex:
|
- pymdownx.arithmatex:
|
||||||
@@ -9,6 +14,7 @@ markdown_extensions:
|
|||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
|
- footnotes
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- javascripts/mathjax.js
|
- javascripts/mathjax.js
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
mkdocs-material
|
mkdocs-material
|
||||||
|
mkdocs-terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user