-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yaml
104 lines (94 loc) · 2.05 KB
/
_config.yaml
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
# Site settings
title: Application Detection and Response Runbooks
description: >-
Comprehensive security incident response runbooks for Contrast Security's
Application Detection and Response platform, providing step-by-step guidance
for security teams.
baseurl: "/adr-runbooks"
url: "https://contrast-security-oss.github.io"
lang: en
author: Contrast Security
logo: /assets/images/contrast-logo.svg
# Build settings
markdown: kramdown
remote_theme: pages-themes/[email protected]
sass:
style: compressed
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-last-modified-at
# Collections
collections:
runbooks:
output: true
permalink: /:collection/:name/
# Default front matter
defaults:
- scope:
path: ""
type: "runbooks"
values:
layout: "runbook"
schema: SecurityRunbook
- scope:
path: ""
values:
layout: "default"
image: /assets/images/contrast-logo.png
# Navigation
nav_links:
- title: Home
url: /
description: Return to homepage
# - title: Runbooks
# url: /runbooks/
# description: Browse all security runbooks
# - title: About
# url: /about/
# description: Learn about this project
# Theme colors
colors:
deep_green: "#004D45"
medium_green: "#0E9E53"
midnight_blue: "#0A004F"
red: "#FF6862"
purple: "#804CF5"
blue: "#3877FF"
bright_green: "#40D273"
light_blue: "#00CFFE"
platinum_grey: "#9DA5B3"
# Social/SEO
twitter:
username: ContrastSec
card: summary
social:
name: Contrast Security
links:
- https://twitter.com/ContrastSec
- https://github.com/Contrast-Security-OSS
- https://www.linkedin.com/company/contrast-security
# Analytics
google_analytics: # TODO: Add your GA tracking ID
# Additional settings
timezone: UTC
encoding: utf-8
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- CONTRIBUTING.md
- README.md
- LICENSE
- CNAME
- package.json
- package-lock.json
# Performance
compress_html:
clippings: all
comments: all
endings: all
blanklines: false
profile: false