-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
55 lines (48 loc) · 1.06 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
# Defaults
defaults:
-
scope:
path: "" # empty string for all files
values:
layout: "default"
-
scope:
path: "css"
values:
layout: "none"
-
scope:
path: "js"
values:
layout: "none"
# Course details
name: Craft of Electronics
number: TAD 265
twitter: craftoe
classtime: 1300
url: http://craftofelectronics.org
phone: 925-238-3692
# Logos should be roughly 180 x 120
# They go in /css/images/
# convert -scale 180x104 logo-www.png logo-www-small.png
# nav_logo: logo-www-small.png
nav_logo: craftoe-logo-180.png
# I recommend
# http://colorschemedesigner.com/#
# with "Triad" for color selection.
# Blue
# nav_color: "rgb(28, 72, 117)" 482f92
# Kenyon Purple
nav_color: "rgb(72, 37, 146)"
# Rich Red (Digi)
# nav_color: "rgb(204, 0, 0)"
# White
nav_link_color: "rgba(255,255,255,0.3)"
# Green
nav_hover_color: "rgb(120, 180, 50)"
# These values probably have no impact whatsoever.
markdown: kramdown
#redcarpet:
# extensions: [with_toc_data]
# Needed for Moustache.js
moustache: "{{=[[ ]]=}}"