forked from 18F/analytics.usa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (45 loc) · 979 Bytes
/
_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
exclude:
- ".jekyll-metadata"
- ".gitignore"
- ".travis.yml"
- todo.txt
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- CONTRIBUTING.md
- LICENSE.md
- dap.md
- uxtesting.md
- work
- ".sass-cache"
# defaults
defaults:
-
scope:
path: ""
type: agencies
values:
layout: default
collections:
agencies:
output: true
permalink: /:path/
# 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
data_url: https://analytics.usa.gov/data/live
# GitHub information
org_name: GSA
repo_name: analytics.usa.gov
# twitter information
twitter: usgsa
sass:
sass_dir: sass
style: nested