diff --git a/mkdocs.yml b/mkdocs.yml index 0436b30..1a6ddac 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 4c8f017..3fdd471 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ mkdocs-material +mkdocs-terminal