forked from cabforum/cabforum.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
160 lines (141 loc) · 3.31 KB
/
config.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
baseURL: https://cabforum.org
languageCode: en-us
title: CA/Browser Forum
copyright:
googleAnalytics:
permalinks:
posts: /:year/:month/:day/:slug/
#canonifyurls: true
enableRobotsTXT: true
buildDrafts: false
disableHugoGeneratorInject: true
enableInlineShortcodes: true
rssLimit: 30
enableEmoji: true
# not great, but it's not a big deal if some rss feeds fail
ignoreErrors: ["error-remote-getjson"]
# it can take some time to query the rss feeds
timeout: 120s
taxonomies:
tag: tags
series: series
author: author
# disableKinds:
# - RSS
# - taxonomyTerm
# menu:
# main:
# -
# name: Example page
# identifier: example
# weight: -100
# url: https://www.example.com
params:
name: CA/Browser Forum
shortName: CABForum
email: questions@cabforum.org
website: https//cabforum.org
about: The Certification Authority Browser Forum (CA/Browser Forum) is a voluntary gathering of Certificate Issuers and suppliers of Internet browser software and other applications that use certificates (Certificate Consumers).
siteSource: https://github.dev/cabforum/cabforum.org/blob/main
social:
github: https://github.com/cabforum
# https://gohugo.io/content-management/related/#default-configuration
related:
includeNewer: true
indices:
- name: tags
weight: 100
- name: keywords
weight: 60
- name: title
weight: 30
- name: date
weight: 10
threshold: 90
toLower: true
privacy:
disqus:
disable: false
googleAnalytics:
anonymizeIP: true
disable: false
respectDoNotTrack: true
useSessionStorage: false
instagram:
disable: false
simple: false
twitter:
disable: false
enableDNT: true
simple: false
vimeo:
disable: false
enableDNT: true
simple: false
youtube:
disable: false
privacyEnhanced: true
markup:
goldmark:
parser:
attribute:
block: true
module:
imports:
- path: github.com/gohugoio/hugo-mod-bootstrap-scss/v5
outputFormats:
rss:
mediatype: application/rss
path: feed
redirects:
baseName: _redirects
path: /
isPlainText: true
outputs:
home:
- HTML
- redirects
page:
- HTML
section:
- HTML
- RSS
caches:
getjson:
dir: :cacheDir/:project
maxAge: 28800
getresource:
dir: :cacheDir/:project
maxAge: 28800
security:
exec:
allow:
- '^(dart-)?sass(-embedded)?$'
- '^go$'
- '^npx$'
- '^postcss$'
- '^pandoc$'
funcs:
getenv:
- ^HUGO_
- ^GITHUB_
- ^CABF_
- ^RUNNER_
- ^CI$
- ^USER$
- ^HOME$
server:
headers:
- for: /**
values:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Content-Security-Policy: default-src 'none'; form-action 'self'; base-uri 'self';
block-all-mixed-content;
style-src 'unsafe-inline' 'self' https://fonts.googleapis.com/css;
font-src https://fonts.gstatic.com/s/droidsans/ https://fonts.gstatic.com/s/bebasneue/;
script-src 'self' 'wasm-unsafe-eval' https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js;
img-src 'self' https://i.ytimg.com data:;
frame-src https://www.youtube-nocookie.com/ https://player.vimeo.com/ https://www.youtube.com/;
connect-src ws://localhost:1313/livereload 'self';