-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
mkdocs.yml
executable file
·65 lines (63 loc) · 2.02 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
nav:
- Home: index.md
- Getting Started: Software/GettingStarted.md
- Hardware: Hardware/index.md
- Home Assistant:
- Screens: HomeAssistant/Screens/index.md
- Presence Detection: HomeAssistant/PresenceDetection.md
- Custom Components: HomeAssistant/Components.md
- Lovelace: HomeAssistant/Lovelace/index.md
- Vacuum: HomeAssistant/Vacuum/index.md
- AppDaemon: HomeAssistant/AppDaemon.md
- Voice Control: HomeAssistant/VoiceControl/index.md
- Software:
- Overview: Software/Overview.md
- Nginx: Software/Nginx.md
- Dashboard: Software/TvDashboard.md
- AdGuard: Software/PiHole.md
- DeGoogling: Software/Degoogling.md
- EspHome: Software/EspHome.md
- Development: Software/Development.md
- Upgrading: Software/Upgrading.md
- Control Scripts: Software/ControlScript.md
- Ports: Software/Ports.md
- Encryption: Software/Encryption.md
- Backup: Software/Backup.md
- Services:
- Uptime Robot: Services/UpTimeRobot.md
- DIY:
- Riggad Lamp: DIY/RiggadLamp/index.md
- Led Strips: DIY/LedStrips/index.md
- Cat Feeder: DIY/CatFeeder/index.md
- References: References.md
theme:
logo: './logo.svg'
font: false
name: 'material'
palette:
primary: 'Red'
accent: 'Red'
repo_name: 'macbury/SmartHouse'
repo_url: 'https://github.com/macbury/SmartHouse'
extra:
disqus: macbury-github-io
social:
- link: 'http://macbury.ninja'
type: 'globe'
- type: 'github'
link: 'https://github.com/macbury/SmartHouse/'
- type: 'twitter'
link: 'https://twitter.com/macbury'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/arkadiusz-buras-83041810/'
markdown_extensions:
- codehilite
- toc:
permalink: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
copyright: 'Copyright © 2019 Buras Arkadiusz'
site_author: 'Arkadiusz Buras'
site_name: MacBury Smart House
site_url: 'https://macbury.github.io/SmartHouse'
site_description: 'All stuff that is needed to run my smart house'