forked from 18F/analytics.usa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
67 lines (57 loc) · 1.45 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
# Don't exclude nginx.conf, needs to be copied into _site for
# cloud.gov to pick up on it.
exclude:
- ".gitignore"
- todo.txt
- Gemfile
- Gemfile.lock
- Makefile
- Staticfile
- README.md
- CONTRIBUTING.md
- LICENSE.md
- dap.md
- uxtesting.md
- ".sass-cache"
- requirements.txt
- system-security-plan.yml
- manifest.yml
- vendor
- .codeclimate.yml
- .eslinrc.yml
- bin/
- docs/
# defaults
defaults:
-
scope:
path: ""
type: agencies
values:
layout: default
collections:
agencies:
output: true
permalink: /:path/
data_pages:
output: true
permalink: /:path/data/
# Site title and description
title: "analytics.ct.gov | The State of Connecticut's web traffic."
description: "Official data on web traffic the State of Connecticut's websites."
# Site's own URL
url: https://analytics.ct.gov
# Default dropdown title, will not appear if there are no sub-pages
dropdown_title: All Participating Websites
# Default data url (also needs to be in nginx.conf for cloud.gov deployment)
data_url: https://analytics.ct.gov/data
# twitter information
twitter:
# Site wide error message
site_wide_error:
display: false
title: "This site is not being updated and may not be accurate"
body: "Due to a lapse in government funding, analytics.ct.gov will not be updated until further notice. Updates regarding government operating status and resumption of normal operations can be found at usa.gov."
sass:
sass_dir: sass
style: nested