forked from GSA/digitalgov.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_dev.yml
197 lines (173 loc) · 5.59 KB
/
config_dev.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
title : "Digital.gov"
baseURL : "/"
languageCode : "en-us"
theme : "digital.gov"
themesDir : "./themes"
MetaDataFormat : "yaml"
DefaultContentLanguage : "en"
SectionPagesMenu : "main"
Paginate : 20
googleAnalytics : ""
enableRobotsTXT : true
enableEmoji : true
enableGitInfo : true
buildFuture : true
ignoreFiles:
- "^_template"
- "content/_tmp/*"
- "content/images/*"
- "content/_archived/*"
# uncomment the following for a dev mode that excludes posts before 2017
- "content/posts/201[0-6]"
sitemap:
changefreq : "monthly"
priority : 0.5
filename : "sitemap.xml"
outputFormats.authors:
baseName: "authors"
isPlainText: true
mediatype: "application/json"
outputFormats:
SiteImages:
mediaType: "application/json"
baseName: "siteimages"
isPlainText: true
notAlternative: true
RSS:
mediatype: "application/rss"
baseName: "feed"
rssLimit: 20
preserveTaxonomyNames : true
taxonomies:
topic : "topics"
author : "authors"
outputs:
home: ["HTML","RSS", "SiteImages", "JSON"]
section: ["HTML","RSS", "JSON"]
page: ["HTML","RSS", "JSON"]
taxonomy: ["HTML","RSS", "JSON"]
taxonomyTerm: ["JSON"]
blackfriday:
fractions: false
smartypants: true
params:
description: "Guidance on building better digital services in government"
agency_refer: "A product of the U.S. General Services Administration"
cdnurl: "https://s3.amazonaws.com/digitalgov"
git_org: "GSA"
git_repo: "digitalgov.gov"
url_shortener_login: jeremyz
url_shortener_api: d0ac464a2dfad044147e9537fd51503b
devmode: true
# Homepage settings
dg_tagline: "Build better digital services"
# number of news items to include on the homepage
stream_count: 10
# number of events to include on the homepage
events_count: 3
permalinks:
posts : ":year/:month/:day/:slug/"
events : "event/:year/:month/:day/:slug/"
pluralizelisttitles : false
menu:
primary:
- Name : "News"
Identifier : "news"
URL : "/news/"
Weight : 1
- Name : "Events"
Identifier : "events"
URL : "/events/"
Weight : 2
- Name : "Resources"
Identifier : "resources"
URL : "/resources/"
Weight : 3
- Name : "Communities"
Identifier : "communities"
URL : "/communities/"
Weight : 4
- Name : "Services"
Identifier : "services"
URL : "/services/"
Weight : 5
- Name : "Subscribe"
Identifier : "subscribe"
URL : "/subscribe/"
Weight : 6
secondary:
- Name : "Challenges"
Identifier : "challenges"
URL : "/categories/challenges/"
Weight : 1
- Name : "Crowdsourcing & Citizen Science"
Parent : "challenges"
Identifier : "crowdsourcing-and-citizen-science"
URL : "/categories/crowdsourcing-and-citizen-science/"
Weight : 11
- Name : "Code"
Identifier : "code"
URL : "/categories/code/"
Weight : 2
- Name : "API"
Parent : "code"
Identifier : "api"
URL : "/categories/api/"
Weight : 20
- Name : "Data"
Parent : "code"
Identifier : "data"
URL : "/categories/data/"
Weight : 21
- Name : "Content"
Identifier : "content"
URL : "/categories/content/"
- Name : "Mobile"
Identifier : "mobile"
URL : "/categories/mobile/"
Weight : 6
- Name : "Social media"
Identifier : "social-media"
URL : "/categories/social-media/"
Weight : 7
- Name : "UX"
Identifier : "ux"
URL : "/categories/ux/"
Weight : 7
- Name : "Accessibility"
Parent : "ux"
Identifier : "accessibility"
URL : "/categories/accessibility/"
Weight : 71
- Name : "Design"
Parent : "ux"
Identifier : "design"
URL : "/categories/design/"
Weight : 71
- Name : "User Testing & Research"
Parent : "ux"
Identifier : "user-testing-and-research"
URL : "/categories/user-testing-and-research/"
Weight : 71
contribute:
- Name : "Write for us"
Identifier : "contribute"
URL : "/contribute/"
Weight : 1
- Name : "Host an event"
Identifier : "digitalgov-university"
URL : "/digitalgov-university/"
Weight : 2
- Name : "Edit on GitHub"
Identifier : "edit"
URL : "https://github.com/GSA/digitalgov.gov/"
Weight : 3
about:
- Name : "About Us"
Identifier : "about"
URL : "/about/"
Weight : 1
- Name : "Site Policies"
Identifier : "policies"
URL : "/policies/"
Weight : 2