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
|
||||
name: material
|
||||
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
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
|
@ -29,9 +35,10 @@ theme:
|
|||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
primary: green
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
name: Switch to system preference
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
|
@ -79,11 +86,9 @@ extra:
|
|||
- icon: fontawesome/brands/discord
|
||||
link: https://discord.gg/RWNQxAWad2
|
||||
- icon: simple/forgejo
|
||||
link: https://git.subnet-masked.com/midnight_valley/website
|
||||
link: https://git.mapleflask.com/midnight_valley/website
|
||||
- icon: material/list-status
|
||||
link: https://status.midnightvalley.net
|
||||
- icon: material/image
|
||||
link: https://gallery.midnightvalley.net/
|
||||
extra_css:
|
||||
- assets/stylesheets/extra.css
|
||||
plugins:
|
||||
|
@ -99,8 +104,4 @@ plugins:
|
|||
auto_caption: true
|
||||
caption_position: bottom
|
||||
- search:
|
||||
lang: en
|
||||
- blog:
|
||||
enabled: true
|
||||
blog_dir: news
|
||||
post_dir: news/articles
|
||||
lang: en
|
Loading…
Reference in a new issue