-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (72 loc) · 2.13 KB
/
mkdocs.yml
File metadata and controls
77 lines (72 loc) · 2.13 KB
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
site_name: EvisHomeLab
site_url: https://www.evishome.com/
repo_name: EvisHome/EvisHomeLab
repo_url: https://github.com/EvisHome/EvisHomeLab
site_description: Documentation for EvisHomeLab - A comprehensive Smart Home & Home Lab built with Home Assistant, Unraid, and Networking gear.
site_author: Evis
copyright: Copyright © 2026 EvisHome
edit_uri: edit/main/docs/
theme:
name: material
favicon: assets/images/favicon.png
logo: assets/images/favicon.png
features:
- navigation.indexes
# Add the following block for color customization
palette:
# Palette toggle for dark mode
- scheme: slate
primary: teal
accent: orange
toggle:
icon: material/weather-night
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: teal
accent: orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
markdown_extensions:
- attr_list # Required for MkDocs Material styling features
- admonition
- pymdownx.details
- pymdownx.extra
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- assets/css/custom.css
plugins:
- tags:
tags_file: tags.md
- awesome-pages
- glightbox
- mkdocs-video
- search
- macros:
render_by_default: false
include_dir: docs/_data
extra:
analytics:
provider: google
property: G-Q3C6JS2Q46
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better. We use Google Analytics to collect anonymous usage data.
cookies:
analytics:
name: Google Analytics
hooks:
- hooks/hide_drafts.py