-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
303 lines (291 loc) · 5.74 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
# General
title: GovFresh
tagline: "Design / Technology / Democracy"
description: "Design / Technology / Democracy"
url: https://govfresh.com
# Social
social:
name: GovFresh
links:
- https://twitter.com/govfresh
- https://www.facebook.com/govfresh
- https://www.linkedin.com/company/govfresh
- https://github.com/govfresh
twitter-username: govfresh
twitter: "@govfresh"
linkedin: https://www.linkedin.com/company/govfresh
# Build settings
theme:
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
# Date/time
date: "%B %-d, %Y"
timezone: America/Los_Angeles
last-modified-at:
date-format: "%B %d, %Y at %I:%M %P %Z"
# 404
permalink: /404.html
# Defaults
defaults:
- scope:
path: "_demos"
type: "demos"
values:
folder: "Demos"
img-path: "posts"
parent: "demos"
layout: "demos"
short: "true"
schematype: "VideoObject"
- scope:
path: "_dm"
type: "dm"
values:
folder: "Direct message"
img-path: "people"
parent: "dm"
layout: "dm"
short: "true"
schematype: "Article"
- scope:
path: "_thoughts"
type: "thoughts"
values:
folder: "Thoughts"
img-path: "posts"
parent: "thoughts"
layout: "thoughts"
short: "true"
schematype: "NewsArticle"
- scope:
path: "_events"
type: "events"
values:
folder: "Events"
img-path: "logos"
parent: "events"
layout: "events"
short: "true"
schematype: "Event"
- scope:
path: "_orgs"
type: "orgs"
values:
folder: "Organizations"
img-path: "logos"
parent: "orgs"
layout: "orgs"
short: "true"
schematype: "Organization"
- scope:
path: "_books"
type: "books"
values:
folder: "Book club"
img-path: "books"
parent: "books"
layout: "book"
short: "true"
schematype: "Book"
- scope:
path: "_research"
type: "research"
values:
folder: "Research"
img-path: "posts"
parent: "research"
layout: "research"
short: "true"
schematype: "NewsArticle"
- scope:
path: "_people"
type: "people"
values:
folder: "People"
img-path: "people"
parent: "people"
layout: "people"
short: "false"
schematype: "ProfilePage"
- scope:
path: ""
type: ""
values:
folder: ""
img-path: ""
parent: ""
layout: "cards"
- scope:
path: "_posts"
type: "posts"
values:
folder: "Signal"
img-path: "posts"
parent: "signal"
layout: "signal"
short: "false"
schematype: "NewsArticle"
- scope:
path: "_topics"
type: "topics"
values:
folder: "Topics"
img-path: "pages"
parent: "topics"
layout: "topic"
short: "false"
- scope:
path: "_labs"
type: "labs"
values:
folder: "Labs"
img-path: "posts"
parent: "labs"
layout: "labs"
short: "true"
- scope:
path: "_podcast"
type: "podcast"
values:
folder: "Podcast"
img-path: "people"
parent: "podcast"
layout: "podcast"
short: "true"
schematype: "PodcastSeries"
- scope:
path: "_pages"
type: "pages"
values:
folder: "Pages"
img-path: "pages"
parent: "pages"
layout: "default"
short: "false"
schematype: "PodcastSeries"
- scope:
path: "_briefs"
type: "briefs"
values:
folder: "Briefs"
img-path: "posts"
parent: "briefs"
layout: "briefs"
short: "true"
schematype: ""
- scope:
path: "_papers"
type: "papers"
values:
folder: "Papers"
img-path: "posts"
parent: "papers"
layout: "papers"
short: "true"
schematype: ""
# Collections
collections:
thoughts:
output: true
permalink: /thoughts/:title
events:
output: true
permalink: /events/:title
orgs:
output: true
permalink: /orgs/:title
briefs:
output: true
permalink: /briefs/:title
demos:
output: true
permalink: /demos/:title
dm:
output: true
permalink: /dm/:title
research:
output: true
permalink: /research/:title
books:
output: true
permalink: /books/:title
posts:
output: true
permalink: /signal/:title
labs:
output: true
permalink: labs/:title
pages:
output: true
permalink: :title
papers:
output: true
permalink: papers/:title
people:
output: true
permalink: people/:title
podcast:
output: true
permalink: podcast/:title
topics:
output: true
permalink: topics/:title
# Pagination
paginate: 6
paginate_path: "/signal/:num"
# Number limits
briefs-number: &briefs-number 4
books-number: &books-number 7
dm-number: &dm-number 5
labs-number: &labs-number 4
podcast-number: &podcast-number 4
research-number: &research-number 5
thoughts-number: &thoughts-number 5
signal-number: &signal-number 2
demos-number: &demos-number 4
papers-number: &papers-number 2
events-number: &events-number 4
orgs-number: &orgs-number 4
# Home page order
order:
-
name: thoughts
number: *thoughts-number
-
name: briefs
number: *briefs-number
-
name: dm
number: *dm-number
-
name: signal
number: *signal-number
site-name: posts
-
name: demos
number: *demos-number
-
name: papers
number: *papers-number
-
name: research
number: *research-number
-
name: podcast
number: *podcast-number
-
name: books
number: *books-number
# Exclude
exclude:
- gemfiles/
- Gemfile
- Gemfile.lock