forked from 18F/analytics.usa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (57 loc) · 1.63 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
# 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.usa.gov | The US government's web traffic."
description: "Official data on web traffic to hundreds of US federal government websites. Published by the Digital Analytics Program."
# Site's own URL
url: https://analytics.usa.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.usa.gov/data
# twitter information
twitter: usgsa
# Site wide error message
site_wide_error:
display: false
title: "Some pages may not be updated and may not be accurate"
body: "Due to an extremely large recent increase in traffic, the Google Analytics account that powers this dashboard has been experiencing intermittent errors. As a result, the realtime reports may not be reflective of the most recent attempt to fetch the data. We are working to ensure future accuracy and consistency, and apologize for the issue."
sass:
sass_dir: sass
style: nested