forked from GSA/feedback.usa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·42 lines (38 loc) · 964 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
# Site settings
title: feedback.usa.gov
description: "Feedback Analytics helps agencies improve customer experience where citizens use the federal government the most."
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://feedback.usa.gov" # the base hostname & protocol for your site
team_email: "feedback-analytics@gsa.gov"
analytics:
google:
code: '' # Change this to your GSA analytics code
dap:
agency: GSA # Change this to your agency
subagency: OPP # Change this to your agency
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout:
- home
- page
- "project-list"
- project
- "team-list"
- team
# Build settings
markdown: kramdown
include:
- _navigation.json
exclude:
- CONTRIBUTING.md
- LICENSE.md
- README.md
# Inititalize project and team collections
collections:
projects:
output: true
team:
output: true