-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-stage.toml
47 lines (40 loc) · 1.27 KB
/
config-stage.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
36
37
38
39
40
41
42
43
44
45
46
47
baseURL = 'https://develop.funkysi1701-github-io.pages.dev/'
languageCode = 'en-gb'
title = "Testing Funky Si's Blog"
theme = 'hugo-theme-bootstrap'
disqusShortname = "funkysi1701"
googleAnalytics = ""
[Menus]
main = [
{Name = "About", URL = "/about/"},
{Name = "Referral Links", URL = "/referral-links/"},
{Name = "Events", URL = "/events/"},
{Name = "Podcasts", URL = "/podcasts/"},
{Name = "Search", URL = "/search/"}
]
[params]
description = "Simon Foster - North of England-based Software Developer | .NET & C# specialist | More than just another developer."
images = ["https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2014/09/1922276.jpg"]
themeColor = "theme-base-0d"
logo = false
[taxonomies]
year = "year"
month = "month"
tag = "tags"
category = "categories"
[permalinks]
year = "/:year/"
month = "/:year/:month/"
[markup.goldmark.renderer]
unsafe= true
[server]
[[server.headers]]
for = '/**.html'
[server.headers.values]
Content-Security-Policy = 'script-src localhost:1313'
Referrer-Policy = 'strict-origin-when-cross-origin'
X-Content-Type-Options = 'nosniff'
X-Frame-Options = 'DENY'
X-XSS-Protection = '1; mode=block'
[outputs]
home = ["HTML", "RSS", "JSON"]