-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
83 lines (67 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
collections:
robots:
output: true
page_excerpts: true
forms:
output: true
published: true
permalink: /forms/:title
committees:
output: true
permalink: /committee/:title
layout: committee
defaults:
-
scope:
path: "_robots" # Empty string represents all files
values:
published: false
layout: robot
permalink: "/robots/:title"
-
scope:
path: ""
values:
bg: light
txt: dark
-
scope:
path: "_forms"
values:
layout: gForm
bg: light
txt: dark
-
scope:
path: "_posts" # Empty string represents all files
values:
permalink: "/posts/:year/:title"
published: false
layout: post
bg: light
txt: dark
page_excerpts: true
plugins:
- "jekyll-github-metadata"
- "jekyll-env"
- jekyll-include-cache
exclude: ['Archive', 'Documentation', 'node_modules']
repository: Operation-P-E-A-C-C-E-Robotics/Operation-P-E-A-C-C-E-Robotics.github.io
baseurl: /
#set alert banners to be shown on the
alerts:
# - header: Test
# message: This is a test
# class: success
# Color Classes
# primary: blue
# success: green
# info: teal blue
# warning: yellow
# danger: red
# secondary: grey
# dark: dark grey
# light: light grey
# - header: "Next Event: Open House"
# message: Please join us for an Open House on Saturday June 3rd from 1pm-5pm
# class: secondary