-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathhugo.yaml
56 lines (47 loc) · 1.47 KB
/
hugo.yaml
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
baseURL: "/"
title: "Dutch Institute for Vulnerability Disclosure"
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
pagination:
pagerSize: 12
taxonomies:
tag: tag
permalinks:
tag: "/newsroom/articles/tag/:title"
languages:
en:
disabled: false
languageCode: en
languageDirection: ltr
languageName: EN
weight: 1
nl:
disabled: false
languageCode: nl
languageDirection: ltr
languageName: NL
weight: 2
timezone: "Europe/Amsterdam"
build:
cachebusters:
- source: layouts/.*
target: css
server:
headers:
- for: /**
values:
Strict-Transport-Security: "max-age=63072000; includeSubdomains;"
X-Frame-Options: "DENY"
X-Content-Type-Options: "nosniff"
X-XSS-Protection: "1; mode=block"
Content-Security-Policy: "default-src 'none'; frame-src https://form.jotform.com https://eu-submit.jotform.com https://divd.goatcounter.com/count https://cyberveilignederland.nl/woordenboek.iframe; font-src 'self'; img-src 'self' data: https://cdn.theorg.com; script-src 'self' https://form.jotform.com https://unpkg.com/ https://gc.zgo.at; style-src 'self'; connect-src 'self' https://divd.goatcounter.com/count; base-uri 'self'; frame-ancestors 'self'; form-action 'self';"
Referrer-Policy: "same-origin"
markup:
goldmark:
renderer:
hardWraps: true
module:
mounts:
- excludeFiles: "**.ts" # Exclude CMS config files
source: layouts
target: layouts