forked from CDCgov/prime-simplereport-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
80 lines (75 loc) · 1.72 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
title: SimpleReport
url: https://www.simplereport.gov
dap_agency: HHS
dap_subagency: CDC
okta_url: https://hhs-prime.okta.com/oauth2/default/v1/authorize?client_id=0oa5ahrdfSpxmNZO74h6&redirect_uri=https://www.simplereport.gov/app&response_type=token+id_token&scope=openid%20simple_report%20simple_report_prod&nonce=thisisnotsafe&state=thisisbogus
permalink: pretty
search_site_handle: simplereport
collections:
pages:
output: true
permalink: /:path/
whats-new:
sort_by: date
plugins:
- jekyll-sitemap
- jekyll-last-modified-at
- jekyll-redirect-from
- jekyll-paginate-v2
# used within the What's New page to paginate new features
pagination:
enabled: true
per_page: 5
collection: "whats-new"
permalink: "/:num/"
title: " - whats-new :num"
limit: 0
sort_field: "date"
sort_reverse: true
defaults:
- scope:
path: "assets/**"
values:
sitemap: false
- scope:
path: "assets/resources/k12-guide.pdf"
values:
sitemap: true
- scope:
path: "assets/resources/SimpleReport-user-guide.pdf"
values:
# disabling user guide from sitemap to direct users on search to the
# "Using SimpleReport" page
sitemap: false
- scope:
path: "assets/resources/Bulk_person_upload_guide.pdf"
values:
sitemap: true
exclude:
- .jekyll-cache/
- .sass-cache/
- adr/
- assets/js/src
- config.json
- Gemfile*
- gemfiles/
- gulpfile.js
- node_modules
- node_modules/
- package-lock.json
- package.json
- package*.json
- README.md
- scripts/
- vendor/
- webpack.config.js
- artifact/
- artifact.zip
- lighthouse
- release-notes.txt
- spec/
- assets/js/uswds.js
- webpack/
- e2e/
- tests_output/
- geckodriver.log