website/mkdocs.yml

108 lines
2.7 KiB
YAML
Raw Normal View History

2023-11-09 14:03:27 -05:00
site_name: Midnight Valley
site_url: https://midnightvalley.net
2023-11-05 17:12:25 -05:00
copyright: Copyright © 2000 - 2023 Cody (Subnet_Masked) All Rights Reserved
2023-10-20 21:44:26 -04:00
docs_dir: docs
2023-10-17 22:09:29 -04:00
theme:
2023-11-05 11:01:27 -05:00
custom_dir: overrides
2023-10-25 20:00:25 -04:00
logo: assets/images/grass_block.png
favicon: assets/images/favicon.png
2023-10-20 20:53:07 -04:00
features:
- navigation.tracking
- toc.follow
- toc.integrate
2023-10-20 21:54:45 -04:00
- navigation.instant
- navigation.instant.progress
- navigation.top
2023-10-21 01:39:26 -04:00
- navigation.indexes
2023-10-17 22:09:29 -04:00
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
2023-10-20 20:53:07 -04:00
primary: green
2023-10-17 22:09:29 -04:00
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
2023-10-20 20:53:07 -04:00
primary: green
2023-10-17 22:09:29 -04:00
toggle:
icon: material/brightness-4
2023-10-20 20:53:07 -04:00
name: Switch to light mode
2023-10-17 22:09:29 -04:00
markdown_extensions:
- admonition
- pymdownx.details
2023-12-01 10:28:49 -05:00
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
2023-10-20 20:53:07 -04:00
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
2023-10-20 21:44:26 -04:00
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
2023-10-20 22:23:00 -04:00
permalink: true
2023-10-20 23:55:58 -04:00
- footnotes
- tables
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
2023-10-20 22:23:00 -04:00
nav:
- 'index.md'
- 'code_of_conduct.md'
- 'whitelisting.md'
2023-11-12 20:20:58 -05:00
- 'network_wide_commands.md'
2023-10-20 22:23:00 -04:00
- 'survival.md'
2023-11-12 20:53:16 -05:00
- 'creative.md'
- 'minigames.md'
2023-12-10 15:58:51 -05:00
- 'the_cabin.md'
2023-11-06 09:23:01 -05:00
- 'bedrock.md'
2023-11-06 10:22:09 -05:00
- 'administration.md'
2023-11-06 10:24:06 -05:00
- 'calendar.md'
- 'more.md'
- 'status.md'
2023-11-12 20:53:16 -05:00
- 'credits.md'
2023-11-12 20:20:58 -05:00
- 'cost_donations.md'
2023-11-17 09:29:48 -05:00
- 'news/index.md'
2023-10-21 18:07:20 -04:00
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/RWNQxAWad2
2023-11-08 12:38:23 -05:00
- icon: fontawesome/brands/git-alt
link: https://git.subnet-masked.com/Subnet_Masked/minecraft_site
2023-11-17 11:08:18 -05:00
- icon: material/list-status
link: https://status.unit15.net/status/minecraft
2023-11-17 09:43:52 -05:00
- icon: material/rss-box
link: /feed_rss_created.xml
extra_css:
2023-10-24 12:51:35 -04:00
- stylesheets/extra.css
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: true
2023-11-01 22:07:54 -04:00
caption_position: bottom
- search:
2023-11-17 09:29:48 -05:00
lang: en
- blog:
enabled: true
blog_dir: news
2023-11-17 09:43:52 -05:00
post_dir: news/articles
- rss:
2023-11-17 09:54:26 -05:00
abstract_chars_count: -1
2023-11-17 09:43:52 -05:00
match_path: news/articles/.*
date_from_meta:
2023-11-24 17:45:41 -05:00
as_creation: date
as_update: false
default_timezone: America/New_York