-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
executable file
·123 lines (109 loc) · 2.96 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
# Site settings
title: FedRAMP.gov
description: The Federal Risk and Authorization Management Program, or FedRAMP, is a government-wide program that provides a standardized approach to security assessment
# the subpath of your site, e.g. /blog/
# baseurl: "https://www.fedramp.gov" # the subpath of your site, e.g. /blog/
# # the base hostname & protocol for your site
url: "https://www.fedramp.gov" # the base hostname & protocol for your site
logo: /assets/img/logo-main-fedramp.svg
feature_image: /assets/img/feature-background.jpg
# the GitHub name-with-owner, needed for the github-metadata plugin
# ref: https://github.com/jekyll/github-metadata/blob/master/docs/configuration.md#configuration
#repository: gsa/fedramp-gov
logo-mobile: /assets/img/logo-mobile-fedramp.svg
logo: /assets/img/fedramp-logo-vert.svg
feature_image: /assets/img/feature-background.jpg
colors:
background: '#ffffff'
link:
color: '#1A4480'
active: '#1A4480'
hover: '#CC1D1D'
visited: '#CC1D1D'
button:
background: '#112e51'
hover: '#002E4D'
text: '#fff'
headers: '#205493'
text: '#4c4c4e'
reverse_text: '#ffffff'
projects:
accent: '#02bfe7'
card-heading: '#0071bc'
banner:
background: '#112e51'
text: '#fff'
button:
background: '#dce4ef'
text: '#112e51'
footer:
primary-background: '#f1f1f1'
secondary-background: '#d6d7d9'
text: '#4c4c4e'
analytics:
google:
code: 'UA-48605964-32' # Change this to your GSA analytics code
dap:
agency: GSA # Change this to your agency
subagency: TTS # Change this to your agency
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout:
- home
- page
- "project-list"
- project
- "team-list"
- team
- posts
- policy
forms:
- type: newsletter
heading: Add your email to FedRAMP's subscriber list.
url: https://public.govdelivery.com/accounts/USGSA/subscriber/topics?qsp=USGSA_2224
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>
footer:
links:
image: /assets/img/fedramp-logo-stamp.png
contact:
name:
email: info@FedRAMP.gov
twitter: FedRAMP
facebook:
youtube:
rss:
text: General Services Administration 1800 F Street, NW, Washington, DC 20006
# Build settings
markdown: kramdown
include:
- _navigation.json
exclude:
- CONTRIBUTING.md
- LICENSE.md
- README.md
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-last-modified-at
- jekyll-feed
paginate: 5
paginate_path: "/blog/page:num/"
# Inititalize project and team collections
collections:
projects:
output: true
team:
output: true
posts:
output: true
policy:
output: false
sass:
style: compressed
wds-version: 2.8.0
theme: jekyll-theme-time-machine