-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
342 lines (330 loc) · 7.65 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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
# Site settings
title: 18F Handbook
description: A collection of guides and policies to help you with your work.
email:
permalink: pretty
author:
name: Andrew Maier and Nicole Fenton
email: [email protected]
slack:
organization: 18f
channel: handbook
github:
organization: 18F
repository: handbook
default_branch: master
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- vendor
sass:
style: :compressed
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
collections:
pages:
output: true
permalink: /:path/
# Google Analytics tracking code for handbook
google_analytics_ua: UA-48605964-19
# Configuration for jekyll_pages_api_search plugin gem.
jekyll_pages_api_search:
# Uncomment this to speed up site generation while developing.
#skip_index: true
placeholder: Search
# Each member of `index_fields` should correspond to a field generated by
# the jekyll_pages_api. It can hold an optional `boost` member as a signal
# to Lunr.js to weight the field more highly (default is 1).
index_fields:
title:
boost: 10
tags:
boost: 10
url:
boost: 5
body:
generate_nodes: true
flat_namespace: true
navigation:
- text: Table of Contents
internal: true
- text: Welcome to 18F
blurb: |
Here's what you need to know in your first few weeks.
url: welcome-to-18f/
internal: true
generated: true
children:
- text: Checklist
url: checklist/
internal: true
- text: Onboarding schedule
url: onboarding-schedule/
internal: true
- text: Classes
url: classes/
internal: true
children:
- text: Accessibility
url: accessibility/
internal: true
- text: Benefits
url: benefits/
internal: true
- text: Diversity Guild
url: intro-to-the-diversity-guild/
internal: true
- text: GitHub and the 18F website
url: github-and-18f-site/
internal: true
- text: GSA tools and transit
url: gsa-tools-equipment-and-transit/
internal: true
- text: Hatch Act, FOIA, Ethics, Code of Conduct
url: hatch-act-foia-ethics-code-of-conduct/
internal: true
- text: Infrastructure
url: intro-to-18f-infrastructure/
internal: true
- text: Meetings and meeting tools
url: meetings-and-meeting-tools/
internal: true
- text: Objectives and key results (OKRs)
url: objectives-key-results/
internal: true
- text: Professional development and training
url: professional-development-and-training/
internal: true
- text: Product and open source
url: intro-to-product-and-open-source/
internal: true
- text: Social media
url: social-media/
internal: true
- text: Travel 101
url: travel-101/
internal: true
- text: Welcome from Aaron
url: welcome-from-aaron/
internal: true
- text: Working groups and guilds
url: working-groups-and-guilds-101/
internal: true
- text: Writing Lab
url: intro-to-writing-lab/
internal: true
- text: About us
blurb: |
Who we are, how we’ve organized ourselves, and where we work.
url: about-us/
internal: true
generated: true
children:
- text: General contacts and listservs
url: general-contacts-and-listservs/
internal: true
- text: History and values
url: history-and-values/
internal: true
- text: Mission
url: mission/
internal: true
- text: Org chart
url: org-chart/
internal: true
- text: Projects
url: projects/
internal: true
- text: Offices
url: offices/
internal: true
generated: true
children:
- text: Chicago
url: chicago/
internal: true
- text: Distributed
url: distributed/
internal: true
- text: New York City
url: new-york-city/
internal: true
- text: San Francisco
url: san-francisco/
internal: true
- text: Washington, D.C.
url: washington-dc/
internal: true
- text: Teams
url: teams/
internal: true
generated: true
children:
- text: Design
url: design/
internal: true
- text: Engineering
url: engineering/
internal: true
- text: Infrastructure
url: infrastructure/
internal: true
- text: Ops
url: ops/
internal: true
- text: Outreach
url: outreach/
internal: true
- text: Product
url: product/
internal: true
- text: Talent
url: talent/
internal: true
- text: How we work
blurb: |
An overview of the tools and equipment we use to communicate with each other.
url: how-we-work/
internal: true
generated: true
children:
- text: Agreements
url: agreements/
internal: true
- text: Bookmarks
url: bookmarks/
internal: true
- text: Doing research at 18F
url: research-guidelines/
internal: true
- text: Equipment
url: equipment/
internal: true
- text: Networks
url: networks/
internal: true
- text: Tools
url: tools/
internal: true
generated: true
children:
- text: Acano
url: acano/
internal: true
- text: AnyConnect
url: anyconnect/
internal: true
- text: ClamXav
url: clamxav/
internal: true
- text: Float
url: float/
internal: true
- text: GitHub
url: github/
internal: true
- text: Gmail
url: gmail/
internal: true
- text: Google Analytics
url: google-analytics/
internal: true
- text: Google Calendar
url: google-calendar/
internal: true
- text: Google Docs
url: google-docs/
internal: true
- text: Google Drive
url: google-drive/
internal: true
- text: Google Groups
url: google-groups/
internal: true
- text: Google Hangouts
url: google-hangouts/
internal: true
- text: Managed Software Center
url: managed-software-center/
internal: true
- text: Mural.ly
url: murally/
internal: true
- text: Slack
url: slack/
internal: true
- text: Text editors
url: text-editors/
internal: true
- text: Tock
url: tock/
internal: true
- text: Trello
url: trello/
internal: true
- text: VMware Horizon
url: vmware-horizon/
internal: true
- text: Waffle
url: waffle/
internal: true
- text: Policies
blurb: Everybody’s gotta have rules.
url: policies/
internal: true
generated: true
children:
- text: Account management policy
url: client-accounts/
internal: true
- text: Advanced leave
url: advanced-leave/
internal: true
- text: ALOHA/ETAMS reconciliation feature
url: aloha-etams-reconciliation-feature/
internal: true
- text: Code of conduct
url: code-of-conduct/
internal: false
- text: Detailing to and from 18F
url: detail/
internal: true
- text: "(Draft) Federal records policy"
url: federal-records/
internal: true
- text: Employee assistance program
url: employee-assistance-program/
internal: true
- text: Leave, telework, and virtual worker policy
url: leave-telework-and-virtual-worker/
internal: true
- text: Leaving 18F
url: leaving-18f/
internal: true
- text: Moving
url: moving/
internal: true
- text: Open source policy
url: open-source/
internal: true
- text: Overtime and comp-time policy
url: overtime-and-comp-time/
internal: true
- text: Promotions
url: promotions/
internal: true
- text: Term extensions
url: term-extensions/
internal: true
- text: Travel guide
url: travel-guide-start-here/
internal: true