-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
75 lines (64 loc) · 1.46 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
# 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/
- Dockerfile
- Dockerfile.production
- docker-compose.yml
- jekyll_start.sh
- nginx.conf
# 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.delaware.gov | The State of Delaware's web traffic."
description: "Official data on web traffic to dozens of Delaware government websites."
# Site's own URL
url: https://staging.analytics-delaware.pages.dev/
# Default dropdown title, will not appear if there are no sub-pages
dropdown_title: All Participating State Agencies
# Default data url (also needs to be in nginx.conf for cloud.gov deployment)
#data_url: https://storage.googleapis.com/degic
data_url: https://storage.googleapis.com/gic-ga4-analytics
# data_url: http://localhost:3000
# twitter information
twitter:
# Site wide error message
site_wide_error:
display: false
title: "Error or message title"
body: "Error body message."
sass:
sass_dir: sass
style: nested