-
Notifications
You must be signed in to change notification settings - Fork 27
/
_config.yml
134 lines (120 loc) · 2.44 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Site settings
title: Office of Evaluation Sciences
description: The Office of Evaluation Sciences (OES) is an interdisciplinary team that works across the federal government to help agencies build and use evidence. OES partners with federal agencies to answer priority questions with rigorous evaluation methods and administrative data. We design and conduct evaluations of existing programs and evidence-based program changes.
url: "https://oes.gsa.gov" # the base hostname & protocol for your site
logo: /assets/img/logos/logo-name.png
share_image: /assets/img/project-images
feature_image: /assets/img/logos/logo-name.png
permalink: pretty
# Site theme
theme: uswds-jekyll
# Styles
# styles:
# - /assets/css/main.css
# Collections
collections:
projects:
output: true
team:
output: true
collaborations:
output: true
portfolios:
output: true
blog:
output: true
about:
output: true
work:
output: true
resources:
output: true
connect:
output: true
defaults:
- scope:
path: ''
type: projects
values:
layout: project-single
- scope:
path: ''
type: team
values:
layout: team-single
- scope:
path: ''
type: collaborations
values:
layout: collaboration-single
- scope:
path: ''
type: blog
values:
layout: page
- scope:
path: ''
type: portfolios
values:
layout: portfolio
- scope:
path: ''
type: about
values:
layout: page
- scope:
path: ''
type: work
values:
layout: page
- scope:
path: ''
type: resources
values:
layout: page
- scope:
path: ''
type: connect
values:
layout: page
colors:
primary: '#0071bc'
# Google Analytics and DAP
analytics:
google:
code: 'UA-67580537-1'
dap:
agency: GSA
subagency: OES
# Search.gov configuration
search_site_handle: oes.gsa.gov
footer:
image: /assets/img/icons/gsa-logo.svg
email: [email protected]
twitter:
- oesatgsa
text:
forms:
- type: newsletter
privacypolicy:
name: GSA Privacy and Security Notice
url: https://gsa.gov
fields:
- type: hidden
name: fbzx
value: -7861934959779167198
# jekyll plugins
plugins:
- jekyll-paginate
# - jekyll-seo-tag
- jekyll-sitemap
plugins_dir: ./_plugins
# Build settings
include:
- _navigation.json
exclude:
- CONTRIBUTING.md
- LICENSE.md
- README.md
- Gemfile
- Gemfile.lock