-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
64 lines (52 loc) · 1.44 KB
/
_config.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
# Site settings
title: UI-Lovelace-Minimalist
email: ''
description: >-
UI-Lovelace-Minimalist is kind of a "theme" for Home Assistant
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: 'UI-Lovelace-Minimalist'
# Build settings
theme: "just-the-docs"
#plugins:
# - jekyll-feed
exclude:
- .sass-cache/
- .jekyll-cache/
# - gemfiles/
- Gemfile
- Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# UI-Lovelace-Minimalist
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable : true
collections_dir: collections
collections:
templates:
languages:
custom_cards:
examples:
output: true
permalink: /usage/examples/:path/
remote_theme: pmarsceill/just-the-docs
aux_links:
'Find us on GitHub <img src="/assets/images/github.svg" style="opacity: 0.5">':
- "//github.com/UI-Lovelace-Minimalist/UI"
aux_links_new_tab: false
heading_anchors: true
logo: "/assets/images/minimalist_ha_logo.png"
ulm_color_purple: '#7253ED' # card
ulm_color_blue: '#2C84FA' # title and entry
ulm_color_green: '#11B584' # vertical
ulm_color_yellow: '#FFEB82' # chip
ulm_color_orange: '#FF9101' # variable
ulm_color_light_grey: '#F5F6FA' # tooltip font color
ulm_color_dark_grey: '#5C5962' # tooltip bg
ulm_color_ulm_blue: '#3D5AFE' # minimalist blue
ulm_version: 1.0.0-beta.6