53 lines
No EOL
1.2 KiB
YAML
53 lines
No EOL
1.2 KiB
YAML
site_name: Subnet's Place
|
|
docs_dir: docs
|
|
theme:
|
|
features:
|
|
- navigation.tracking
|
|
- toc.follow
|
|
- toc.integrate
|
|
- navigation.instant
|
|
- navigation.instant.progress
|
|
- navigation.top
|
|
- navigation.indexes
|
|
- content.code.copy
|
|
name: material
|
|
palette:
|
|
scheme: slate
|
|
primary: light blue
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- 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
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/mastodon
|
|
link: https://tech.lgbt/@cody
|
|
name: Subnet on Mastodon
|
|
- icon: fontawesome/brands/git
|
|
link: https://git.subnet-masked.com/Subnet_Masked
|
|
name: Subnet's Git
|
|
nav:
|
|
- 'index.md'
|
|
- 'names_pros.md'
|
|
- 'contact.md'
|
|
- 'gpg.md'
|
|
- 'projects.md' |