mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-03 06:00:58 +00:00
Material tweaks
This commit is contained in:
parent
9abba1d96d
commit
3d839e24b2
|
@ -1,5 +1,33 @@
|
||||||
|
# Site configuration
|
||||||
|
|
||||||
site_name: RetroDECK Wiki
|
site_name: RetroDECK Wiki
|
||||||
site_description: The Official RetroDECK Wiki
|
site_description: The Official RetroDECK Wiki
|
||||||
|
|
||||||
|
# Copyright
|
||||||
|
copyright: "© 2023 RetroDECK Team"
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
theme:
|
||||||
|
name: "material"
|
||||||
|
language: "en"
|
||||||
|
features:
|
||||||
|
- navigation.sections
|
||||||
|
palette:
|
||||||
|
scheme: default
|
||||||
|
primary: "deep purple"
|
||||||
|
accent: "white"
|
||||||
|
plugins:
|
||||||
|
- blog:
|
||||||
|
enabled: true
|
||||||
|
post_url_date_format: yyyy/MM/dd
|
||||||
|
post_date_format: full
|
||||||
|
blog_toc: true
|
||||||
|
archive: true
|
||||||
|
pagination: false
|
||||||
|
pagination: false
|
||||||
|
|
||||||
|
# Sidebar
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Wiki Home 🏠: index.md
|
- Wiki Home 🏠: index.md
|
||||||
- Blog: blog/index.md
|
- Blog: blog/index.md
|
||||||
|
@ -77,14 +105,3 @@ nav:
|
||||||
- Story & Philosophy: wiki_about/story-philosophy.md
|
- Story & Philosophy: wiki_about/story-philosophy.md
|
||||||
- Visions & Goals: wiki_about/visions-and-goals.md
|
- Visions & Goals: wiki_about/visions-and-goals.md
|
||||||
- Donations & Licenses: wiki_about/donations- licenses.md
|
- Donations & Licenses: wiki_about/donations- licenses.md
|
||||||
|
|
||||||
theme: material
|
|
||||||
plugins:
|
|
||||||
- blog:
|
|
||||||
enabled: true
|
|
||||||
post_url_date_format: yyyy/MM/dd
|
|
||||||
post_date_format: full
|
|
||||||
blog_toc: true
|
|
||||||
archive: true
|
|
||||||
pagination: false
|
|
||||||
features:
|
|
||||||
|
|
Loading…
Reference in a new issue