-
Notifications
You must be signed in to change notification settings - Fork 46
/
_config.yml
87 lines (72 loc) · 1.57 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
theme: jekyll-theme-cayman
paginate: 10
plugins: [jekyll-paginate]
paginate_path: "blog/:num/"
language: nl-nl
title: DIVD CSIRT
description: "Making the internet safer through Coordinated Vulnerability Disclosure"
repository: DIVD-NL/sites
timezone: Europe/Amsterdam
future: true
encoding: utf-8
permalink: pretty
markdown: kramdown
show_downloads: false
github:
is_project_page: false
highlighter: rouge
kramdown:
input: GFM
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-secinfo
- jekyll-paginate
- jekyll-last-modified-at
- rouge
jekyll-secinfo:
divd:
url: /cases/DIVD-
# Custom headers
webrick:
headers:
Content-Security-Policy: default-src 'none'; font-src 'self'; img-src 'self' data:; script-src http://gc.zgo.at/count.js 'self'; style-src 'self'; connect-src https://divd-csirt.goatcounter.com/count 'self';
# Collections
collections:
team:
output: false
reports:
output: false
cves:
output: false
cases:
output: true
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
compress_html:
clippings: all
comments: [""]
endings: [html, head, body, li, dt, dd, rt, rp, optgroup, option, colgroup, caption, thead, tbody, tfoot, tr, td, th]
profile: false
blanklines: false
ignore:
envs: []
# Goatcounter
goatcounter: divd-csirt
exclude:
- README.md
- serve*
- "*.sh"
- .keep
- Gemfile
- Gemfile.lock
- "*.conf"
- "*:Zone.Identifier"
- "_config_livereload.yml"
- "www.divd.nl"
- vendor
- _cves/README.md