Initial commit
This commit is contained in:
83
mkdocs.yml
Normal file
83
mkdocs.yml
Normal file
@ -0,0 +1,83 @@
|
||||
site_name: Sthope Wiki
|
||||
repo_url: https://git.sthope.dev/sthope/wiki
|
||||
repo_name: sthope/wiki
|
||||
edit_uri: _edit/main/docs/
|
||||
site_url: https://wiki.sthope.dev
|
||||
|
||||
theme:
|
||||
name: material
|
||||
language: en
|
||||
logo: images/sthope_wiki.png
|
||||
favicon: images/assets/favicon.png
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
logo: fontawesome/regular/folder-open
|
||||
palette:
|
||||
- scheme: slate
|
||||
toggle:
|
||||
icon: material/weather-sunny
|
||||
name: Switch to light mode
|
||||
- scheme: default
|
||||
toggle:
|
||||
icon: material/weather-night
|
||||
name: Switch to dark mode
|
||||
|
||||
font:
|
||||
code: Jet Brains Mono
|
||||
features:
|
||||
- navigation.instant
|
||||
#- navigation.sections # prevents collapsible sections
|
||||
#- navigation.expand #expands sections by default
|
||||
# insiders only
|
||||
# - search.suggest
|
||||
|
||||
# google_analytics: ['UA-17919826-9', 'auto']
|
||||
|
||||
plugins:
|
||||
- git-revision-date
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
- admonition # enables coloured blocks mid article
|
||||
- attr_list # improves image handling
|
||||
- pymdownx.details # enables collapsible admonitions
|
||||
- footnotes
|
||||
- meta # adds support for front matter
|
||||
- toc:
|
||||
permalink: true
|
||||
toc_depth: 4
|
||||
- pymdownx.highlight: # code highlighting
|
||||
linenums: true
|
||||
- pymdownx.tabbed # enables tabs for embedded blocks
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences # allows for the nesting of code blocks inside other blocks
|
||||
- pymdownx.keys
|
||||
|
||||
copyright: Sthope © 2022
|
||||
extra:
|
||||
social:
|
||||
- icon: 'fontawesome/brands/github'
|
||||
link: 'https://github.com/sthopeless'
|
||||
name: GitHub
|
||||
- icon: 'fontawesome/brands/git'
|
||||
link: 'https://git.sthope.dev/sthope'
|
||||
name: Gitea
|
||||
- icon: 'fontawesome/brands/discord'
|
||||
link: 'https://discordapp.com/users/365825462074605569/'
|
||||
name: Message me on Discord
|
||||
|
||||
nav:
|
||||
- Proxmox:
|
||||
# - How To Install Proxmox: proxmox/how-to-install-proxmox.md
|
||||
- Home Assistant on Proxmox: proxmox/how-to-install-home-assistant.md
|
||||
- Portainer Stacks:
|
||||
- Authelia: portainer-stacks/authelia.md
|
||||
- Bazarr: portainer-stacks/bazarr.md
|
||||
- BitWarden: portainer-stacks/bitwarden.md
|
||||
- Jellyfin: portainer-stacks/jellyfin.md
|
||||
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
|
||||
- Octoprint: portainer-stacks/octoprint.md
|
||||
- qBittorrent: portainer-stacks/qbittorrent.md
|
||||
- Samba: portainer-stacks/samba.md
|
Reference in New Issue
Block a user