Skip to content

Commit

Permalink
Update _config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jharper-sec authored Dec 6, 2024
1 parent 1a8eca6 commit 1bb2342
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions _config.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,39 @@
# _config.yml
title: Contrast Security ADR Runbooks
description: Security runbooks for Contrast Security's Attack Detection Rules
baseurl: "/adr-runbooks"
url: "https://contrast-security-oss.github.io"
repository: Contrast-Security-OSS/adr-runbooks

# Theme and markdown settings
theme: minima
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
hard_wrap: true
syntax_highlighter: rouge
parse_block_html: true
auto_ids: true
toc_levels: 1..3

# Collections
collections:
runbooks:
output: true
permalink: /runbooks/:title/

# Default front matter
defaults:
- scope:
path: ""
type: runbooks
values:
layout: runbook

# Files to exclude
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .git/

0 comments on commit 1bb2342

Please sign in to comment.