-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
65 lines (52 loc) · 1.24 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
# Project information
site_name: "Smarthome Doku"
site_url: "https://smarthome.ms1.de"
site_description: "Doku zu Home Assistant und sonstigen smarten Basteleien"
site_author: "saruter"
copyright: "Copyright 2019-2023 - saruter. Creative Commons Attribution 4.0."
# Repository
repo_name: "Github"
repo_url: "https://github.com/saruter/smarthome"
edit_uri: ""
#theme:
# name: "readthedocs"
# custom_dir: "rtd-custom"
#theme: "rtd-mklab"
#theme: "rtd-dropdown"
#theme: "bootstrap"
## material theme
theme:
name: material
language: de
font: false
# text: roboto
# code: Roboto Mono
icon:
logo: material/home
favicon: img/favicon.png
favicon: img/favicon.png
palette:
primary: blue
accent: indigo
scheme: slate
features:
- instant
- tabs
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/saruter
- icon: fontawesome/brands/twitter
link: https://twitter.com/saruter
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
linenums: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list