-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
124 lines (118 loc) · 2.5 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Phi Kappa Theta - Mass Eta
email: [email protected]
description: >
Rush book, photo gallery, and description of the chapter program.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://pkt.mit.edu" # the base hostname & protocol for your site
twitter_username: pktweet229
github_username: pktmasseta
permalink: pretty
# Build settings
markdown: kramdown
collections:
about:
output: true
friendly_name: About
position: 1
rush:
output: true
friendly_name: Rush
position: 2
about:
output: true
friendly_name: About
position: 1
cpw:
output: true
friendly_name: CPW
position: 3
brothers:
output: true
friendly_name: Brothers
position: 4
house:
output: true
friendly_name: House
position: 5
activities:
output: true
friendly_name: Activities
position: 6
summer:
output: true
friendly_name: Summer
position: 7
donate:
output: true
friendly_name: Donate
position: 8
defaults:
- scope:
path: ""
values:
layout: page
- scope:
path: ""
type: about
values:
collection: about
subtitle: About Us
banner: banner-outside
- scope:
path: ""
type: rush
values:
collection: rush
banner: rush
subtitle: Rush Phi Kappa Theta
- scope:
path: ""
type: cpw
values:
collection: cpw
banner: cpw
subtitle: Campus Preview Weekend
- scope:
path: ""
type: brothers
values:
collection: brothers
banner: brothers
subtitle: Men of Value
layout: class
- scope:
path: ""
type: house
values:
collection: house
banner: house
layout: default
- scope:
path: ""
type: activities
values:
collection: activities
banner: party
- scope:
path: ""
type: summer
values:
collection: summer
banner: backbaysummer
subtitle: Summer Housing
layout: default
- scope:
path: ""
type: donate
values:
collection: donate
banner: front-patio
subtitle: Donate to PKT Mass. Eta
layout: default