forked from 18F/before-you-ship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
162 lines (148 loc) · 3.15 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
name: Before you ship
exclude:
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- go
- vendor/
permalink: pretty
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Author/Organization info to be displayed in the templates
author:
name: 18F
url: https://18f.gsa.gov
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: /assets/img/18f-logo.png
logoalt: 18F logo
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Overview
url: ''
internal: true
- text: Lifecycle of a Launch
url: ato/
internal: true
children:
- text: Checklist
url: checklist/
internal: true
- text: Types
url: types/
internal: true
- text: System Security Plan
url: ssp/
internal: true
- text: Impact Levels
url: levels/
internal: true
- text: Background
url: background/
internal: true
- text: Tips
url: tips/
internal: true
- text: Security
url: security/
internal: true
children:
- text: Scanning
url: scanning/
internal: true
- text: Static Analysis
url: static-analysis/
internal: true
- text: Dynamic Scanning
url: dynamic-scanning/
internal: true
- text: Frameworks
url: frameworks/
internal: true
- text: Multi-Factor Authentication
url: mfa/
internal: true
- text: Infrastructure
url: infrastructure/
internal: true
children:
- text: Sandbox Accounts
url: sandbox/
internal: true
- text: Amazon Web Services
url: aws/
internal: true
- text: Federalist
url: federalist/
internal: true
- text: Good Production Practices
url: good-production-practices/
internal: true
- text: Common Questions
url: common-questions/
internal: true
- text: Monitoring
url: monitoring/
internal: true
- text: Pinning Dependencies
url: pinning-dependencies/
internal: true
- text: Logging
url: logging/
internal: true
- text: Decommissioning
url: decommissioning/
internal: true
- text: Laws
url: laws/
internal: true
children:
- text: 508 - Accessibility
url: 508/
internal: true
- text: Paperwork Reduction Act (PRA)
url: pra/
internal: true
- text: Privacy
url: privacy/
internal: true
repos:
- name: Guides Template
description: Main repository
url: https://github.com/18F/before-you-ship
google_analytics_ua: UA-48605964-19
back_link:
url: "https://pages.18f.gov/guides/"
text: Read more 18F guides
styles:
- assets/css/custom.css
collections:
pages:
output: true
permalink: /:path/
defaults:
-
scope:
path: ""
values:
layout: "guides_style_18f_default"
# Configuration for jekyll_pages_api_search plugin gem.
jekyll_pages_api_search:
# Uncomment this to speed up site generation while developing.
#skip_index: true
# Each member of `index_fields` should correspond to a field generated by
# the jekyll_pages_api. It can hold an optional `boost` member as a signal
# to Lunr.js to weight the field more highly (default is 1).
index_fields:
title:
boost: 10
tags:
boost: 10
url:
boost: 5
body: