107 lines
No EOL
2.6 KiB
YAML
107 lines
No EOL
2.6 KiB
YAML
site_name: Midnight Valley
|
|
site_url: https://midnightvalley.net
|
|
copyright: Copyright © 2000 - 2024 Cody (Subnet_Masked) All Rights Reserved
|
|
docs_dir: docs
|
|
theme:
|
|
custom_dir: overrides
|
|
logo: assets/images/logo.png
|
|
favicon: assets/images/logo.png
|
|
features:
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- toc.follow
|
|
- toc.integrate
|
|
- navigation.instant
|
|
- navigation.instant.progress
|
|
- navigation.top
|
|
- 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
|
|
primary: green
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: green
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to system preference
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- attr_list
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- toc:
|
|
permalink: true
|
|
- footnotes
|
|
- tables
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.tilde
|
|
- pymdownx.caret
|
|
- pymdownx.keys
|
|
nav:
|
|
- 'index.md'
|
|
- 'Documentation':
|
|
- 'code_of_conduct.md'
|
|
- 'whitelisting.md'
|
|
- 'commands.md'
|
|
- 'sign_shops.md'
|
|
- 'administration.md'
|
|
- 'Servers':
|
|
- 'survival.md'
|
|
- 'creative.md'
|
|
- 'the_cabin.md'
|
|
- 'Extras':
|
|
- 'status.md'
|
|
- 'credits.md'
|
|
- 'legacy.md'
|
|
- 'cost_donations.md'
|
|
- 'files.md'
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/discord
|
|
link: https://discord.gg/RWNQxAWad2
|
|
- icon: simple/forgejo
|
|
link: https://git.mapleflask.com/midnight_valley/website
|
|
- icon: material/list-status
|
|
link: https://status.midnightvalley.net
|
|
extra_css:
|
|
- assets/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
|
|
caption_position: bottom
|
|
- search:
|
|
lang: en |