forked from github/government.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
237 lines (213 loc) · 4.58 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
#list of GitHub organization usernames, grouped by type
organizations:
United States:
- adlnet
- cfpb
- chaos
- cmsgov
- commercegov
- department-of-veterans-affairs
- educationdatainitiative
- erdc-cm
- fcc
- gsa
- gsa-ocsit
- hhs
- historyatstate
- hpc
- imls
- informaticslab
- libraryofcongress
- losalamos
- mcc-gov
- nasa
- nationalparkservice
- ncbitools
- ncip
- nhlbi
- nrel
- opengovplatform
- ozoneplatform
- peacecorps
- presidential-innovation-fellows
- redhawksdr
- usagov
- usaid
- usasearch
- usda
- usdepartmentoflabor
- usepa
- usgs
- usnationalarchives
- virtual-world-framework
- whitehouse
# - USDA-ERS
# - usinterior
Australia:
- actgov
Argentina:
- gcba
Brazil:
- interlegis
- gabinetedigital
- plonegovbr
- dadosgovbr
Canada:
- cityofgreatersudbury
- cityofottawa
- nsgov
- pwgsc
- wet-boew
European Union:
- europeana
Finland:
- avoinministerio
- City-of-Helsinki
- Lounaispaikka
France:
- etalab
- VilleDeMontpellier
New Zealand:
- linz
Germany:
- gbv
Norway:
- difi
Sweden:
- edelegationen
- libris
- malmostad
- rinfo
- The-Municipality-of-Staffanstorp
Puerto Rico:
- commonwealth-of-puerto-rico
United Kingdom:
- alphagov
- ministryofjustice
- lichfield-district-council
- east-sussex-county-council
- datagovuk
Estonia:
- vvk-ehk
International:
- ogpl
U.S. States:
- agrc
- nysenate
# - wsdot
- nys-its
U.S. County:
- sfcta
- miamidade
- slugis
U.S. Special District:
- cleveland-metroparks
U.S. City:
- chicago
# - sfgov
- cityofnewyork
- octolabs
- city-of-bloomington
- city-of-bellingham
- egovpdx
- NYCComptroller
- CityOfPhiladelphia
- cambridgegis
- cocdata
- CityOfBoston
- openlexington
- CORaleigh
- Honolulu
Civic Hackers:
- infoculture
- codeforamerica
- sunlightlabs
- opengovfoundation
- open-city
- gitmachines
- dobtco
- openplans
- okfde
- okfn
- openoakland
- localdata
- unitedstates
- statedecoded
- openva
- localwiki
- civio
- bundestag
- teampopong
- mysociety
- openaustralia
- okfn-brasil
- dataviz
- OpenTwinCities
- thacker
- opennorth
- hasadna
- codeforjapan
- opennewzealand
- theodi
- yourmapper
- CodeandoMexico
- odhk
#global settings
title: "Make government better, together."
description: "Stories of open data, open source, and open collaboration"
permalink: "/stories/:title"
url: http://government.github.com
relative_permalinks: false
tagline: 'Stories of <a href="/categories/#open-source"class="open source" title="Code or creation materials made easily accessible and free to the public.">open source</a>, <a href="/categories/#open-data" class="open data" title="Data made easily accessible and fee to the public.">open data</a>, and <a href="/categories/#open-government" class="open government" title="An acessible, transparent and forthcoming with data government agency.">open government</a>.'
analytics_account: "UA-3769691-28"
#build settings
exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "config.ru", "Procfile", "Rakefile", "readme.md", "node_modules"]
root: "/"
paginate: 6
markdown: kramdown
#prose settings
prose_server: "http://prose.io"
prose:
siteurl: 'http://government.github.com'
media: "images"
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "story"
- name: "author"
field:
element: "text"
label: "Author"
value: ""
type: "text"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
type: "text"
- name: "description"
field:
element: "textarea"
label: "Description"
value: ""
- name: "image"
field:
element: "text"
label: "Image"
placeholder: "/images/YOUR_IMAGE.png"
value: ""
type: "text"
- name: "category"
field:
element: "select"
label: "Category"
options:
- name: "Open Government"
value: "open government"
- name: "Open Data"
value: "open data"
- name: "Open Source"
value: "open source"