-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·107 lines (95 loc) · 2.39 KB
/
Copy path_config.yml
File metadata and controls
executable file
·107 lines (95 loc) · 2.39 KB
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
# 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: /fedramp-gov
# the base hostname & protocol for your site
url: "https://fedramp.gov"
logo: /assets/img/logo-main-fedramp.png
feature_image: /assets/img/feature-background.jpg
colors:
background: '#ffffff'
link:
color: '#0071bc'
active: '#0071bc'
hover: '#205493'
visited: '#0071bc'
button:
background: '#112e51'
hover: '#205493'
text: '#fff'
headers: '#205493'
text: '#212121'
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: '#212121'
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
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
paginate: 5
paginate_path: "/blog/page:num/"
# Inititalize project and team collections
collections:
projects:
output: true
team:
output: true
posts:
output: true
wds-version: 1.1.0
theme: jekyll-theme-time-machine