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 456cc46 commit 1a8eca6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions _config.yaml
Original file line number Diff line number Diff line change
@@ -1,50 +1,31 @@
# _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 settings
theme: minima
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false

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

# Default front matter for all files in collections
defaults:
- scope:
path: ""
type: runbooks
values:
layout: runbook

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

# Plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap

# Gemfile
source "https://rubygems.org"

gem "jekyll", "~> 4.2.0"
gem "minima"
gem "webrick", "~> 1.7"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"

0 comments on commit 1a8eca6

Please sign in to comment.