Changed theme

This commit is contained in:
yurei 2023-09-10 20:24:37 +02:00
parent 2a24d81c07
commit e4663b575f
5 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.idea
mkdocs-material/

View File

@ -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

View File

@ -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)
 

View File

@ -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

View File

@ -1,3 +1,4 @@
mkdocs
fontawesome-markdown
mkdocs-bootswatch
mkdocs-material