-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (47 loc) · 1.09 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
theme: jekyll-theme-cayman
#paginate: 10
#plugins: [jekyll-paginate]
#paginate_path: "blog/:num/"
language: nl-nl
title: DIVD.fund
description: "Making the internet safer through Coordinated Vulnerability Disclosure"
repository: DIVD-NL/divd.fund
timezone: Europe/Amsterdam
future: true
encoding: utf-8
permalink: pretty
markdown: kramdown
show_downloads: false
github:
is_project_page: false
plugins:
- jekyll-sitemap
# - jekyll-redirect-from
# - jekyll-secinfo
# - jekyll-paginate
# - jekyll-last-modified-at
#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 'self' https://assets.calendly.com; style-src 'self'; connect-src 'self'; frame-src https://calendly.com;
# Collections
collections:
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
exclude:
- README.md
- serve*
- "*.sh"
- .keep
- Gemfile
- Gemfile.lock
- vendor
- "*.conf"
- "*:Zone.Identifier"