-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
80 lines (68 loc) · 1.68 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
theme: jekyll-theme-minimal
paginate: 10
plugins: [jekyll-paginate]
paginate_path: "news/:num/"
language: nl-nl
title: DIVD
description: "Dutch Institute for Vulnerability Disclosure, we aim to make the digital world safer by reporting vulnerabilities we find in digital systems to the people who can fix them. We have a global reach, but do it Dutch style: open, honest, collaborative and for free."
repository: DIVD-NL/sites
timezone: Europe/Amsterdam
future: true
encoding: utf-8
permalink: pretty
markdown: kramdown
show_downloads: false
github:
is_project_page: false
sass:
sass_dir: assets/sass
style: compressed
plugins:
- jekyll-sitemap
- jekyll-secinfo
- jekyll-paginate
- jekyll-last-modified-at
collections:
team:
output: true
people:
output: true
teams:
output: true
reports:
output: true
cases:
output: false
cves:
output: false
csirt_posts:
output: false
permalink: "/:year/:month/:day/:title/"
# Custom headers
webrick:
headers:
Content-Security-Policy: "default-src 'none'; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:; script-src 'self'; style-src 'self'; connect-src 'self';"
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
-
scope:
path: ""
type: "reports" # a collection in your site, in plural form
values:
layout: "report"
exclude:
- README.md
- serve*
- "*.sh"
- "Gemfile*"
- "*.conf"
- "*:Zone.Identifier"
- "_config_livereload.yml"
- "csirt.divd.nl"
- "vendor"
- "admin"
- "SECURITY.md"