website/mkdocs.yml

99 lines
2.4 KiB
YAML
Raw Normal View History

2023-12-04 09:42:44 -05:00
site_name: Subnet's Place
copyright: Copyright © 2000 - 2024 Subnet_Masked All Rights Reserved
2023-12-04 09:42:44 -05:00
docs_dir: docs
theme:
custom_dir: overrides
logo: assets/images/profile_image.png
favicon: assets/images/profile_image.png
2023-12-04 09:42:44 -05:00
features:
- navigation.tracking
- 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: blue
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to system preference
2023-12-04 09:42:44 -05:00
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
2023-12-04 09:42:44 -05:00
- 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
2023-12-04 09:42:44 -05:00
extra:
social:
- icon: fontawesome/brands/mastodon
2024-06-05 17:36:50 -04:00
link: https://tech.lgbt/@subnet_masked
2023-12-04 09:42:44 -05:00
name: Subnet on Mastodon
2024-02-11 20:19:12 -05:00
- icon: simple/forgejo
link: https://git.mapleflask.com/Subnet_Masked
2023-12-04 09:42:44 -05:00
name: Subnet's Git
nav:
- 'index.md'
- 'names_pros.md'
- 'contact.md'
- 'gpg.md'
- 'projects/index.md'
2024-07-20 10:56:05 -04:00
- 'stream.md'
2024-11-08 17:46:22 -05:00
- 'blog/index.md'
plugins:
- search
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: true
caption_position: bottom
- blog:
enabled: true
blog_dir: blog
2024-10-25 19:17:06 -04:00
post_dir: blog/entries
2024-11-08 17:46:22 -05:00
post_date_format: full
post_url_date_format: yyyy/MM/dd