From e4663b575f941ad6e7b98e8647e2cfa2cbb5e4a6 Mon Sep 17 00:00:00 2001 From: yurei Date: Sun, 10 Sep 2023 20:24:37 +0200 Subject: [PATCH] Changed theme --- .gitignore | 1 + docs/changelog.md | 6 ++++++ docs/index.md | 2 +- mkdocs.yml | 7 +++++-- requirements.txt | 1 + 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 485dee6..14c230f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +mkdocs-material/ \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index ce310ef..cf53543 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ ### What's New: +!!! tip "September 10th, 2023" + + - Changed the theme + + - Made the project open source + !!! tip "April 30th, 2023" - Revive the project diff --git a/docs/index.md b/docs/index.md index e844a73..18a0110 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ description: A compendium of information and guides written to ease headaches. A compendium of information and guides written to ease headaches. -Last Updated: [August 30th, 2023.](changelog.md) +Last Updated: [September 10th, 2023.](changelog.md) Contact: [here](/about#contact)   diff --git a/mkdocs.yml b/mkdocs.yml index b5243e2..72ed4a6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,9 +96,12 @@ nav: - About: about.md theme: - name: cyborg + name: material navigation_depth: 3 - custom_dir: theme/ + custom_dir: overrides + palette: + primary: deep purple + scheme: slate markdown_extensions: - admonition diff --git a/requirements.txt b/requirements.txt index 902bf5d..2105200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ mkdocs fontawesome-markdown mkdocs-bootswatch +mkdocs-material \ No newline at end of file