-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
41 lines (41 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
metaDataFormat: yaml
disableHugoGeneratorInject: true
hasCJKLanguage: true
title: WebDINO Japan
copyright: WebDINO Japan
baseURL: 'https://www.webdino.org/'
languageCode: ja
assetDir: static
timeout: '500s'
permalinks:
authors: /updates/author/:slug/
tags: /updates/tag/:slug/
taxonomies:
author: authors
tag: tags
outputs:
home:
- HTML
- RSS
section:
- HTML
term:
- HTML
rssLimit: 50
markup:
goldmark:
extensions:
typographer: true
renderer:
unsafe: true
server:
headers:
- for: /**
values:
Cache-Control: max-age=0, must-revalidate, public
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline' 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com/; img-src 'self' https://*.cloudfront.net/ https://*.googletagmanager.com https://*.google-analytics.com https://*.analytics.google.com; script-src 'unsafe-inline' 'self' https://*.googletagmanager.com https://*.google-analytics.com https://*.analytics.google.com; connect-src 'self' https://*.googletagmanager.com https://*.google-analytics.com https://*.analytics.google.com; form-action 'self'; frame-src https://www.google.com https://www.slideshare.net https://www.youtube-nocookie.com; frame-ancestors 'none'; base-uri 'none';
Strict-Transport-Security: max-age=63072000
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block