mirror of
https://github.com/yxrei/bemani-guide.git
synced 2024-11-27 16:10:49 +01:00
Changed theme
This commit is contained in:
parent
2a24d81c07
commit
e4663b575f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
.idea
|
.idea
|
||||||
|
mkdocs-material/
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
### What's New:
|
### What's New:
|
||||||
|
|
||||||
|
!!! tip "September 10th, 2023"
|
||||||
|
|
||||||
|
- Changed the theme
|
||||||
|
|
||||||
|
- Made the project open source
|
||||||
|
|
||||||
!!! tip "April 30th, 2023"
|
!!! tip "April 30th, 2023"
|
||||||
|
|
||||||
- Revive the project
|
- Revive the project
|
||||||
|
@ -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.
|
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)
|
Contact: [here](/about#contact)
|
||||||
|
|
||||||
|
@ -96,9 +96,12 @@ nav:
|
|||||||
- About: about.md
|
- About: about.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: cyborg
|
name: material
|
||||||
navigation_depth: 3
|
navigation_depth: 3
|
||||||
custom_dir: theme/
|
custom_dir: overrides
|
||||||
|
palette:
|
||||||
|
primary: deep purple
|
||||||
|
scheme: slate
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
mkdocs
|
mkdocs
|
||||||
fontawesome-markdown
|
fontawesome-markdown
|
||||||
mkdocs-bootswatch
|
mkdocs-bootswatch
|
||||||
|
mkdocs-material
|
Loading…
Reference in New Issue
Block a user