website/mkdocs.yml

107 lines
2.6 KiB
YAML
Raw Permalink Normal View History

2023-11-09 14:03:27 -05:00
site_name: Midnight Valley
site_url: https://midnightvalley.net
2024-02-16 17:20:25 -05:00
copyright: Copyright © 2000 - 2024 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
2024-02-03 11:17:14 -05:00
logo: assets/images/logo.png
2024-02-03 13:47:19 -05:00
favicon: assets/images/logo.png
2023-10-20 20:53:07 -04:00
features:
- navigation.tracking
2023-12-31 18:30:10 -05:00
- navigation.sections
2023-10-20 20:53:07 -04:00
- 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:
2024-11-15 19:22:15 -05:00
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
2023-10-17 22:09:29 -04:00
# 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
2024-11-15 19:22:15 -05:00
accent: indigo
2023-10-17 22:09:29 -04:00
toggle:
icon: material/brightness-4
2024-11-15 19:22:15 -05:00
name: Switch to system preference
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
2024-01-22 20:57:56 -05:00
- pymdownx.tilde
- pymdownx.caret
- pymdownx.keys
2023-10-20 22:23:00 -04:00
nav:
- 'index.md'
2023-12-31 18:30:10 -05:00
- 'Documentation':
- 'code_of_conduct.md'
- 'whitelisting.md'
- 'commands.md'
2024-11-15 20:44:21 -05:00
- 'sign_shops.md'
2023-12-31 18:30:10 -05:00
- 'administration.md'
- 'Servers':
- 'survival.md'
- 'creative.md'
- 'the_cabin.md'
- 'Extras':
- 'status.md'
- 'credits.md'
2024-07-04 18:38:25 -04:00
- 'legacy.md'
2023-12-31 18:30:10 -05:00
- 'cost_donations.md'
- 'files.md'
2023-10-21 18:07:20 -04:00
extra:
social:
- icon: fontawesome/brands/discord
2024-07-14 11:03:35 -04:00
link: https://discord.gg/RWNQxAWad2
- icon: simple/forgejo
2024-11-15 19:22:15 -05:00
link: https://git.mapleflask.com/midnight_valley/website
2023-11-17 11:08:18 -05:00
- icon: material/list-status
2024-07-14 11:03:35 -04:00
link: https://status.midnightvalley.net
extra_css:
2023-12-30 10:33:57 -05:00
- assets/stylesheets/extra.css
2023-10-24 12:51:35 -04:00
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:
2024-11-15 19:22:15 -05:00
lang: en