initial commit
This commit is contained in:
commit
a5c9ebcd95
11 changed files with 209 additions and 0 deletions
53
mkdocs.yml
Normal file
53
mkdocs.yml
Normal file
|
@ -0,0 +1,53 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue