-
Notifications
You must be signed in to change notification settings - Fork 147
/
_config.yml
164 lines (151 loc) · 4.08 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
# Site settings
title: U.S. Web Design System (USWDS)
description: USWDS makes it easier to build accessible, mobile-friendly government websites.
google_analytics_ua: UA-48605964-43
uswds_version: 3.10.0
uswds_email: [email protected]
federalist_base: "https://federalist-3b6ba08e-0df4-44c9-ac73-6fc193b0e19c.sites.pages.cloud.gov/preview/uswds/uswds"
federalist_component_preview: "iframe.html?id="
federalist_release_prefix: "release-"
touchpoints:
active: true
github_issue_bug_url: https://github.com/uswds/uswds/issues/new?assignees=&labels=Type%3A+Bug%2CNeeds%3A+Confirmation&projects=&template=bug_report.yaml&title=USWDS+-+Bug%3A+%5BYOUR+TITLE%5D
github_issue_feature_url: https://github.com/uswds/uswds/issues/new?assignees=&labels=Type%3A+Feature+Request&projects=&template=feature_request.yaml&title=USWDS+-+Feature%3A+%5BYOUR+TITLE%5D
# this is for pages that don't have a permalink (primarily posts)
permalink: /whats-new/updates/:year/:month/:day/:title/
# this ensure that posts with future dates are published
future: true
encoding: utf-8
markdown: kramdown
kramdown:
footnote_backlink: "↵"
incremental_regeneration_fixer:
interdependent_files:
- "_components/accordion/**/*"
- "_components/button-group/**/*"
- "_templates/form-templates/**/*"
- "_templates/page-templates/**/*"
jekyll_get:
- data: releases
json: "https://api.github.com/repos/uswds/uswds/releases"
- data: contributing
json: "https://api.github.com/repos/uswds/uswds/contents/CONTRIBUTING.md"
decode_content: true
- data: install-readme
json: "https://api.github.com/repos/uswds/uswds/contents/README.md?ref=develop"
decode_content: true
- data: security
json: "https://api.github.com/repos/uswds/uswds/contents/SECURITY.md"
decode_content: true
- data: hash
json: "https://api.github.com/repos/uswds/uswds/contents/security/uswds-3.10.0-zip-hash.txt?ref=main"
decode_content: true
repos:
- name: USWDS
description: Main repository for the U.S. Web Design System package
url: https://github.com/uswds/uswds
- name: USWDS site
description: USWDS website
url: https://github.com/uswds/uswds-site
- name: USWDS for designers
description: USWDS visual design assets
url: https://github.com/uswds/uswds-for-designers
collections:
components:
output: true
permalink: /:path/
templates:
output: true
permalink: /:path/
utilities:
output: true
permalink: /:path/
next:
output: true
permalink: /:collection/:title
together:
output: true
permalink: /:collection/:title
security_updates:
output: true
permalink: /:collection/:title
defaults:
- scope:
path: ""
values:
image: /img/uswds-logo/lg-black.png
- scope:
path: ""
type: components
values:
layout: component
touchpoints_survey: true
- scope:
path: ""
type: posts
values:
layout: post
- scope:
path: ""
type: pages
values:
touchpoints_survey: true
- scope:
path: ""
type: templates
values:
touchpoints_survey: true
- scope:
path: ""
type: utilities
values:
touchpoints_survey: true
- scope:
path: ""
type: next
values:
report_title: "Report: Transforming the American digital experience"
layout: "next-content"
chapter: false
hero_color: "next-gray-dark"
- scope:
path: ""
type: together
values:
report_title: "Inclusive Design Patterns"
layout: "together-content"
chapter: false
hero_color: "next-gray-dark"
- scope:
path: ""
type: security_updates
values:
layout: styleguide
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-include-cache
- jekyll-seo-tag
exclude:
- ".ruby-version"
- ".sass-cache"
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- config
- js
- vendor
- manifest.yml
- node_modules
- package.json
- gulpfile.js
- circle.yml
- css
- pa11y-results.json
# Jekyll SEO tag
twitter:
username: USWDS
card: summary_large_image
env: dev