-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
86 lines (68 loc) · 1.77 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
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
baseURL = "https://blog.0x32.co.uk/"
languageCode = "en-us"
title = "0x32++"
theme = ["ananke"]
SectionPagesMenu = "main"
enableRobotsTxt = true
disqusShortname = "0x32"
[pagination]
pagerSize = 10
[params]
favicon = ""
site_logo = ""
description = "Views from the wrong side of 0x32"
rss = "https://blog.0x32.co.uk/index.xml"
featured_image = "Electron.jpg"
[params.ananke.social.share]
networks = [
"bluesky",
"x-twitter",
"facebook",
"pinterest",
"reddit",
"email"
]
[params.ananke.social.follow]
networks = [
"bluesky",
"instagram",
"github",
"mastodon",
"rss"
]
[params.ananke.social.bluesky]
username = "alastair-hm.bsky.social"
[params.ananke.social.instagram]
username = "alastair_hm"
[params.ananke.social.github]
username = "alastairhm"
[params.ananke.social.mastodon]
username = "@[email protected]"
profilelink = "https://mastodon.social/@alastair_hm"
[taxonomies]
category = "categories"
tag = "tags"
[deployment]
order = [".jpg$", ".gif$"]
[[deployment.targets]]
# An arbitrary name for this target.
name = "mydeployment"
# S3; see https://gocloud.dev/howto/blob/#s3
# For S3-compatible endpoints, see https://gocloud.dev/howto/blob/#s3-compatible
URL = "s3://blog.0x32.co.uk?region=eu-west-1"
# [[deployment.matchers]] configure behavior for files that match the Pattern.
# See https://golang.org/pkg/regexp/syntax/ for pattern syntax.
# Pattern searching is stopped on first match.
# Samples:
[[deployment.matchers]]
pattern = "^.+\\.(png|jpg)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = false
[[deployment.matchers]]
# Set custom content type for /sitemap.xml
pattern = "^sitemap\\.xml$"
contentType = "application/xml"
gzip = true
[[deployment.matchers]]
pattern = "^.+\\.(html|xml|json)$"
gzip = true