This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
67 lines (62 loc) · 1.74 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
# Site settings
title: cloud.gov
description: "cloud.gov is a Platform-as-a-Service based on Cloud Foundry offered by 18F Infrastructure enabling agile teams to deploy software as fast as they can iterate."
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://cloud.gov" # the base hostname & protocol for your site
logo: /assets/img/cloudgov.png
feature_image: /assets/img/clouds.jpg
colors:
background: '#ffffff'
button:
background: '#0071bc'
hover: '#3e94cf'
text: '#fff'
headers: '#205493'
text: '#212121'
projects:
accent: '#02bfe7'
banner:
background: '#112e51'
text: '#fff'
button:
background: '#dce4ef'
text: '#112e51'
footer:
background: '#323a45'
text: '#fff'
analytics:
google:
code: 'UA-48605964-34' # Change this to your GSA analytics code
dap:
agency: GSA # Change this to your agency
subagency: 18F # Change this to your agency
forms:
- type: newsletter
heading: Sign up for updates about the availability of cloud.gov from 18F
url: https://docs.google.com/forms/d/1S8P20K7yFTMAnpG9FT5r7aW5ja_phVcRqJbRlJqvqjM/formResponse
button: Subscribe
privacypolicy: Your privacy and security are important to us, we'll only share your information as described in the <a href="http://www.gsa.gov/portal/content/116609">GSA Privacy and Security Notice</a>
fields:
- type: email
name: entry.1196036667
label: Email Address
- type: hidden
name: fbzx
value: -7237923910070247354
footer:
email: [email protected]
twitter:
- 18f
# Build settings
markdown: kramdown
exclude:
- CONTRIBUTING.md
- LICENSE.md
- README.md
- updates.html
- manifest.yml
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- ci