website/mkdocs.yml

84 lines
2 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
font:
text: Comic Mono
2024-02-23 22:08:54 -05:00
code: Comic Mono
2023-12-04 09:42:44 -05:00
features:
- navigation.tracking
- navigation.sections
2023-12-04 09:42:44 -05:00
- toc.follow
- toc.integrate
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.indexes
name: material
palette:
scheme: slate
primary: blue grey
2023-12-04 09:42:44 -05:00
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
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_css:
2024-02-11 20:11:56 -05:00
- assets/stylesheets/extra.css
2023-12-04 09:42:44 -05:00
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://tech.lgbt/@cody
name: Subnet on Mastodon
2024-02-11 20:19:12 -05:00
- icon: simple/forgejo
2023-12-04 09:42:44 -05:00
link: https://git.subnet-masked.com/Subnet_Masked
name: Subnet's Git
nav:
- 'index.md'
- 'names_pros.md'
- 'contact.md'
- 'gpg.md'
- 'projects/index.md'
2024-05-19 15:30:24 -04:00
- 'gallery.md'
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
- blog:
enabled: true
blog_dir: blog
post_dir: blog/entries