Various updates
This commit is contained in:
parent
41c502bd67
commit
21cf4a53cc
2 changed files with 10 additions and 11 deletions
|
@ -1,2 +0,0 @@
|
||||||
# Blog
|
|
||||||
|
|
19
mkdocs.yml
19
mkdocs.yml
|
@ -17,6 +17,12 @@ theme:
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
|
# Palette toggle for automatic mode
|
||||||
|
- media: "(prefers-color-scheme)"
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-auto
|
||||||
|
name: Switch to light mode
|
||||||
|
|
||||||
# Palette toggle for light mode
|
# Palette toggle for light mode
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
|
@ -29,9 +35,10 @@ theme:
|
||||||
- media: "(prefers-color-scheme: dark)"
|
- media: "(prefers-color-scheme: dark)"
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: green
|
primary: green
|
||||||
|
accent: indigo
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-4
|
icon: material/brightness-4
|
||||||
name: Switch to light mode
|
name: Switch to system preference
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
|
@ -79,11 +86,9 @@ extra:
|
||||||
- icon: fontawesome/brands/discord
|
- icon: fontawesome/brands/discord
|
||||||
link: https://discord.gg/RWNQxAWad2
|
link: https://discord.gg/RWNQxAWad2
|
||||||
- icon: simple/forgejo
|
- icon: simple/forgejo
|
||||||
link: https://git.subnet-masked.com/midnight_valley/website
|
link: https://git.mapleflask.com/midnight_valley/website
|
||||||
- icon: material/list-status
|
- icon: material/list-status
|
||||||
link: https://status.midnightvalley.net
|
link: https://status.midnightvalley.net
|
||||||
- icon: material/image
|
|
||||||
link: https://gallery.midnightvalley.net/
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- assets/stylesheets/extra.css
|
- assets/stylesheets/extra.css
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -99,8 +104,4 @@ plugins:
|
||||||
auto_caption: true
|
auto_caption: true
|
||||||
caption_position: bottom
|
caption_position: bottom
|
||||||
- search:
|
- search:
|
||||||
lang: en
|
lang: en
|
||||||
- blog:
|
|
||||||
enabled: true
|
|
||||||
blog_dir: news
|
|
||||||
post_dir: news/articles
|
|
Loading…
Reference in a new issue