From 1bb2342031332189734865f2e929792a46c8dcbe Mon Sep 17 00:00:00 2001 From: Jonathan Harper <39912347+jharper-sec@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:49:19 -0500 Subject: [PATCH] Update _config.yaml --- _config.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/_config.yaml b/_config.yaml index f1aaa2f..292ffb0 100644 --- a/_config.yaml +++ b/_config.yaml @@ -1,20 +1,28 @@ +# _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: "" @@ -22,10 +30,10 @@ defaults: values: layout: runbook +# Files to exclude exclude: - README.md - Gemfile - Gemfile.lock - - node_modules - vendor - .git/