-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
91 lines (84 loc) · 2.32 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: Denys Dovhan Smart Home
site_author: Denys Dovhan
site_url: https://denysdovhan.com/smart-home
site_description: ⚙️ My homelab and smart-home server built with Proxmox, Ubuntu, Docker
copyright: 'Copyright © 2024 Denys Dovhan'
repo_url: https://github.com/denysdovhan/smart-home
repo_name: denysdovhan/smart-home
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
icon:
logo: material/home-assistant
repo: fontawesome/brands/github
palette:
# Palette toggle for automatic mode
- media: '(prefers-color-scheme)'
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: deep orange
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to dark mode
# Dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: deep orange
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.instant
- navigation.instant.progress
- navigation.footer
- content.action.edit
- content.action.view
nav:
- Home: index.md
- Hardware: hardware.md
- Software:
- software/index.md
- software/getting-started.md
- software/docker.md
- software/media.md
- software/external-access.md
- software/ad-blocking.md
- Inspiration: resources.md
# Link to my smart-home setup
# Ref: https://github.com/denysdovhan/home-assistant-config
- Home Assistant: https://denysdovhan.com/home-assistant-config
markdown_extensions:
- meta
- toc:
permalink: true
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra:
analytics:
provider: google
property: G-L5TXN2J2M8
social:
- icon: fontawesome/brands/github
link: https://github.com/denysdovhan/smart-home
- icon: fontawesome/brands/twitter
link: https://twitter.com/denysdovhan
- icon: fontawesome/solid/globe
link: https://denysdovhan.com
extra_javascript:
- https://platform.twitter.com/widgets.js