This repository has been archived by the owner on May 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Customized for cloud.18f.gov URL and analytics code, and customized t…
…o point to our own version of the SBST contact form
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Site settings | ||
title: Your Site Name | ||
description: A description of your website that will show up in search indexes and social media shares. | ||
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://example.gov" # the base hostname & protocol for your site | ||
url: "https://cloud.18f.gov" # the base hostname & protocol for your site | ||
logo: /assets/img/logo-main.gif | ||
feature_image: /assets/img/feature-background.jpg | ||
|
||
|
@@ -28,28 +28,28 @@ colors: | |
|
||
analytics: | ||
google: | ||
code: 'UA-48605964-32' # Change this to your GSA analytics code | ||
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 to receive updates from our team | ||
url: https://docs.google.com/forms/d/1Tsdm_2spbxWnmTFMrH5eHxpOAN9W4LB3eaMMXJ1N0rU/formResponse | ||
heading: Sign up to receive updates about 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.1440502332 | ||
name: entry.1196036667 | ||
label: Email Address | ||
- type: hidden | ||
name: fbzx | ||
value: -7861934959779167198 | ||
value: -7237923910070247354 | ||
|
||
footer: | ||
image: /assets/img/gsa-logo-dark.jpg | ||
email: | ||
email: [email protected] | ||
twitter: | ||
- 18f | ||
text: This site was built using <a href="https://federalist.18f.gov/" target="_blank">Federalist, from 18F</a>. # Change to a tag line for your agency | ||
|