87 lines
No EOL
2 KiB
YAML
87 lines
No EOL
2 KiB
YAML
site_name: Subnet's Place
|
|
copyright: Copyright © 2000 - 2024 Subnet_Masked All Rights Reserved
|
|
docs_dir: docs
|
|
theme:
|
|
custom_dir: overrides
|
|
logo: assets/images/profile_image.png
|
|
favicon: assets/images/profile_image.png
|
|
font:
|
|
text: Comic Mono
|
|
code: Comic Mono
|
|
features:
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- toc.follow
|
|
- toc.integrate
|
|
- navigation.instant
|
|
- navigation.instant.progress
|
|
- navigation.top
|
|
- navigation.indexes
|
|
name: material
|
|
palette:
|
|
scheme: slate
|
|
primary: blue grey
|
|
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
|
|
- 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
|
|
extra_css:
|
|
- assets/stylesheets/extra.css
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/mastodon
|
|
link: https://tech.lgbt/@subnet_masked
|
|
name: Subnet on Mastodon
|
|
- icon: simple/forgejo
|
|
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'
|
|
- 'stream.md'
|
|
- 'blog/index.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
|
|
post_date_format: full
|
|
post_url_date_format: yyyy/MM/dd |