-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
104 lines (89 loc) · 2.13 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
# Site settings
title: The Opportunity Project
description: The Opportunity Project helps teams use federal open data to build solutions to our nation’s toughest challenges.
contacts:
mailing-list: https://public.govdelivery.com/accounts/USCENSUS/signup/16610
census-form: mailto:[email protected]
email: [email protected]
coil-email: [email protected]
prize-challenge: https://www.challenge.gov/challenge/open-data-for-good-grand-challenge/
annual_reports:
'2020': assets/files/top-annual-report-2020.pdf
'2019': assets/files/annual_report_2019.pdf
banner:
text: "Missed The Opportunity Project 2024 Product Showcase?"
href: https://www.youtube.com/watch?v=W7HeCaRJbtA
isExternal: true
top-bill: https://www.congress.gov/bill/116th-congress/house-bill/3528/text
# this ensure that posts with future dates are published
future: true
encoding: utf-8
incremental_regeneration_fixer:
interdependent_files:
- "_components/form-controls/*"
- "_components/form-templates/*"
jekyll_get:
- data: releases
json: "https://api.github.com/repos/uswds/uswds/releases"
collections:
components:
output: true
permalink: /:path/
sprints:
output: true
permalink: /sprints/:name/
datakits:
output: true
defaults:
- scope:
path: ""
type: components
values:
layout: component
- scope:
path: ""
type: posts
values:
layout: post
- scope:
path: ""
type: "sprints"
values:
layout: "sprint"
class: "sprints"
lang: "en"
- scope:
path: "_datakits"
values:
layout: "dch/datakit"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
exclude:
- ".ruby-version"
- ".sass-cache"
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- DOCS.md
- critical.css
- cypress.json
- federalist.json
- pa11y.json
- package.json
- package-lock.json
- pages/components.md
- pages/hcd.md
- pages/home-old.md
- config
- js
- img
- vendor
- manifest.yml
- dependabot.yml
- node_modules
- gulpfile.js
- circle.yml
- css