-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (56 loc) · 1.18 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: "webstats.pittsburghpa.gov | The Pittsburgh city government's web traffic."
description: "Official data on traffic to city websites."
# Site's own URL
url: http://webstats.pittsburghpa.gov
# Default dropdown title, will not appear if there are no sub-pages
dropdown_title: pittsburghpa.gov
data_url: http://webstats.pittsburghpa.gov/data
# twitter information
twitter: PghIP
# Site wide error message
site_wide_error:
display: false
title: "This site is not being updated and may not be accurate"
body: ""
sass:
sass_dir: sass
style: nested