-
Notifications
You must be signed in to change notification settings - Fork 53
/
_config.yml
83 lines (75 loc) · 1.54 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
# Site settings
title: GSA Open Technology
description: Open source code, data and APIs from GSA.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://open.gsa.gov" # the base hostname & protocol for your site
logo: /assets/img/gsa_logo.svg
feature_image: /assets/img/feature-background.jpg
sass:
load_paths:
- assets/uswds/scss
autoprefixer:
browsers:
- last 3 versions
colors:
background: '#ffffff'
button:
background: '#0071bc'
hover: '#3e94cf'
text: '#fff'
headers: '#205493'
text: '#212121'
projects:
accent: '#02bfe7'
banner:
background: '#fff'
text: '#112e51'
button:
background: '#dce4ef'
text: '#112e51'
footer:
background: '#5b616b'
text: '#fff'
analytics:
google:
code: 'UA-48605964-32' # Change this to your GSA analytics code
dap:
agency: GSA # Change this to your agency
subagency: Digital Service # Change this to your agency
footer:
image: /assets/img/gsa-logo-dark.jpg
image-alt: GSA
# Build settings
markdown: kramdown
include:
- _navigation.json
exclude:
- 'APIDOCS.md'
- 'README.md'
- 'LICENSE.md'
- 'CONTRIBUTING.md'
- 'SECURITY.md'
- 'Rakefile'
- 'Gemfile'
- 'Gemfile.lock'
- 'package.json'
- 'node_modules'
- '_test'
- '.circleci'
- 'vendor'
- 'test'
collections:
apidocs:
output: true
permalink: /api/:path/
defaults:
-
scope:
type: apidocs
values:
layout: apidocs
toc: true
toc:
min_level: 2
list_class: usa-sidenav-list
sublist_class: usa-sidenav-sub_list