mirror of
https://github.com/yxrei/two-torial.git
synced 2024-11-23 23:20:57 +01:00
Changed theme
This commit is contained in:
parent
2a24d81c07
commit
e4663b575f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.idea
|
||||
mkdocs-material/
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
mkdocs
|
||||
fontawesome-markdown
|
||||
mkdocs-bootswatch
|
||||
mkdocs-material
|
Loading…
Reference in New Issue
Block a user