From bb78a3aa2b67593b978e5ec68f764d04905b4be8 Mon Sep 17 00:00:00 2001 From: Rustam Date: Tue, 24 Sep 2024 18:13:46 +0300 Subject: [PATCH] add some settings - terminal theme (in `mkdocs.yml` and `requirements.txt`) - footnotes plugin - add search plugin to search cyryllic --- mkdocs.yml | 8 +++++++- requirements.txt | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) 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