mirror of
https://github.com/two-torial/two-torial.git
synced 2026-08-27 06:05:25 -05:00
Changed theme
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user