forked from gsa-oes/office-of-evaluation-sciences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
73 lines (63 loc) · 1.45 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
# Site settings
title: Office of Evaluation Sciences
description: The Office of Evaluation Sciences (OES) is a team of applied experts based at the General Services Administration (GSA) that combines academic expertise with experience implementing and evaluating evidence-based program changes to quickly learn what works, what works best, and what does not work.
url: "https://oes.gsa.gov" # the base hostname & protocol for your site
logo: /assets/img/logos/logo-name.png
feature_image: /assets/img/Kites-small.jpg
permalink: pretty
# Site theme
theme: uswds-jekyll
# Styles
styles:
- /assets/css/main.css
# Collections
collections:
projects:
output: true
team:
output: true
defaults:
- scope:
path: ''
type: projects
values:
layout: project-single
- scope:
path: ''
type: team
values:
layout: team-single
colors:
primary: '#0071bc'
analytics:
google:
code: 'UA-67580537-1'
dap:
agency: GSA
subagency: OES
footer:
image: /assets/img/icons/gsa-white.svg
email: [email protected]
twitter:
- usgsa
text:
forms:
- type: newsletter
url: https://goo.gl/forms/VgSGvpAZZn61oxy62
button: Sign up
privacypolicy:
name: GSA Privacy and Security Notice
url: https://gsa.gov
fields:
- type: hidden
name: fbzx
value: -7861934959779167198
# Build settings
include:
- _navigation.json
exclude:
- CONTRIBUTING.md
- LICENSE.md
- README.md
- Gemfile
- Gemfile.lock