-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
35 lines (32 loc) · 1.33 KB
/
config.toml
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
baseurl = "https://twmartin.codes"
languageCode = "en-us"
title = "twmartin.codes"
theme = "hallo"
enableRobotsTXT = true
disableKinds = ["taxonomy"]
[Author]
name = "Ty Martin"
[params]
[params.colors]
background = "#4286f4"
foreground = "#edf7ff"
hover = "#000000"
[[params.links]]
icon = "github"
title = "Github"
url = "https://github.com/twmartin"
[[params.links]]
icon = "linkedin"
title = "LinkedIn"
url = "https://linkedin.com/in/tywmartin/"
[server]
[[server.headers]]
for = "/**.html"
[server.headers.values]
Content-Security-Policy = "default-src 'self'; style-src 'self' fonts.googleapis.com use.fontawesome.com; font-src 'self' fonts.gstatic.com use.fontawesome.com; script-src 'self' https://www.google-analytics.com https://ajax.cloudflare.com https://static.cloudflareinsights.com; img-src 'self' https://www.google-analytics.com; upgrade-insecure-requests; report-uri https://twmartincodes.report-uri.com/r/d/csp/enforce;"
Permissions-Policy = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
Referrer-Policy = "strict-origin-when-cross-origin"
Strict-Transport-Security = "max-age=31536000"
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"
X-Xss-Protection = "1; mode=block;"