forked from frenck/awesome-home-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (63 loc) · 1.73 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
# Project information
site_name: 'Awesome Home Assistant'
site_url: 'https://www.awesome-ha.com'
site_description: 'A curated list of awesome Home Assistant resources for automating every aspect of your home'
site_author: 'Franck Nijhof'
copyright: 'Copyright 2018 - Franck Nijhof. Creative Commons Attribution 4.0.'
# Repository
repo_name: 'awesome-home-assistant'
repo_url: 'https://github.com/frenck/awesome-home-assistant'
edit_uri: ''
# Theme configuration
theme:
name: 'material'
logo: 'https://www.awesome-ha.com/images/icon.svg'
icon: 'https://www.awesome-ha.com/images/icon.svg'
language: 'en'
palette:
primary: 'light-blue'
accent: 'pink'
feature:
tabs: false
extra_css:
- css/extra.css
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/frenck'
- type: 'twitter'
link: 'https://twitter.com/frenck'
- type: 'instagram'
link: 'https://instagram.com/frenck'
- type: 'twitch'
link: 'https://twitch.tv/internetofthings'
- type: 'youtube'
link: 'https://youtube.com/frenck'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/frenck'
# Extensions
markdown_extensions:
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# The pages to serve
pages:
- "The Awesome List": "index.md"
- "Contributing": "contributing.md"
- "Code of Conduct": "code-of-conduct.md"
- "License": "license.md"