mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 18:19:09 +00:00
117 lines
2.6 KiB
YAML
117 lines
2.6 KiB
YAML
---
|
|
site_name: Toboshii | Home Cluster
|
|
site_description: My home Kubernetes (k3s) cluster managed by GitOps (Flux2)
|
|
site_author: Toboshii Nakama
|
|
site_url: https://toboshii.github.io/home-cluster/
|
|
|
|
repo_name: toboshii/home-cluster
|
|
repo_url: https://github.com/toboshii/home-cluster
|
|
edit_uri: "edit/main/docs/"
|
|
|
|
theme:
|
|
name: material
|
|
icon:
|
|
repo: fontawesome/brands/github-alt
|
|
language: en
|
|
features:
|
|
- navigation.sections
|
|
# - navigation.tabs
|
|
- navigation.tracking
|
|
# - navigation.indexes
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: blue
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/weather-sunny
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: blue
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/weather-night
|
|
name: Switch to light mode
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
|
|
docs_dir: ./docs
|
|
|
|
extra_css:
|
|
- _static/custom.css
|
|
|
|
# Plugins
|
|
plugins:
|
|
- search
|
|
- minify:
|
|
minify_html: true
|
|
|
|
# Customization
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/toboshii
|
|
- icon: fontawesome/brands/discord
|
|
link: https://discord.gg/sTMX7Vh
|
|
- icon: fontawesome/brands/docker
|
|
link: https://hub.docker.com/u/toboshii
|
|
|
|
# Extensions
|
|
markdown_extensions:
|
|
- admonition
|
|
- abbr
|
|
- attr_list
|
|
- def_list
|
|
- footnotes
|
|
- meta
|
|
- md_in_html
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- pymdownx.betterem:
|
|
smart_enable: all
|
|
- pymdownx.caret
|
|
- pymdownx.critic
|
|
- pymdownx.details
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- pymdownx.highlight
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.keys
|
|
- pymdownx.magiclink:
|
|
repo_url_shorthand: true
|
|
user: toboshii
|
|
repo: home-cluster
|
|
- pymdownx.mark
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid-experimental
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.tabbed
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.tilde
|
|
|
|
# Page tree
|
|
nav:
|
|
- Introduction: index.md
|
|
- Restore Process: restore.md
|
|
# - External Secrets: external-secrets.md
|
|
# - Flux: flux.md
|
|
# - Opnsense:
|
|
# - BGP: opnsense/bgp.md
|
|
# - PXE: opnsense/pxe.md
|
|
# - Rook-Ceph Maintenance: rook-ceph-maintenance.md
|
|
# - Sealed Secrets: sealed-secrets.md
|
|
# - Snmp Exporter: snmp-exporter.md
|
|
# - Velero: velero.md
|