diff --git a/docs/news/index.md b/docs/news/index.md deleted file mode 100644 index c58f16c..0000000 --- a/docs/news/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# Blog - diff --git a/mkdocs.yml b/mkdocs.yml index 7ca6ce6..56f202c 100644 --- a/mkdocs.yml +++ b/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 \ No newline at end of file + lang: en \ No newline at end of file