-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
103 lines (92 loc) · 2.79 KB
/
hugo.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# SPDX-License-Identifier: CC0-1.0
#
# SPDX-FileCopyrightText: Tristan Partin <tristan@partin.io>
baseURL = "https://tristan.partin.io"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Tristan Partin"
static = ["static"]
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
disableHugoGeneratorInject = false
[minify]
minifyOutput = true
[imaging]
quality = 100
[permalinks]
blog = "/blog/:year/:month/:day/:slug/"
[taxonomies]
series = "series"
tags = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = "github"
wrapStandAloneImageWithinParagraph = false
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = false
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "onedark"
tabWidth = 2
[pages]
[pages.build]
list = true
[outputs]
home = ["HTML"]
[security]
[security.funcs]
getenv = ["^HUGO_", "^VERCEL$"]
[params]
defaultDescription = "Tristan Partin's personal website. This is a peek into my life including things that I blog about or links to my various profiles around the web."
webring = true
[params.author]
name = "Tristan Partin"
[params.licenses]
[params.licenses.content]
spdx = "CC-BY-SA-4.0"
url = "https://creativecommons.org/licenses/by-sa/4.0/"
[params.licenses.code]
spdx = "AGPL-3.0"
url = "https://opensource.org/licenses/AGPL-3.0"
[params.siteImage]
resourcePath = "images/astronaut-on-the-moon-with-a-beer-looking-at-earth.jpg"
alt = "An astronaut with a beer sitting in a lawn chair looking at the Earth from the Moon"
[params.repository]
forge = "SourceHut"
url = "https://sr.ht/~tristan957/tristan.partin.io"
commitURLPattern = "https://git.sr.ht/~tristan957/tristan.partin.io/commit/%s"
[params.email]
beforeAt = "tristan"
afterAtBeforeDot = "partin"
tld = "io"
[params.gpg]
fingerprint = "CC00 0B6D 725F AEB6 E8CE E5FD 5AD0 4761 01F9 899D"
path = "/gpg.txt"
[params.socials]
[params.socials.sourceHut]
username = "~tristan957"
url = "https://git.sr.ht/~tristan957"
[params.socials.gitHub]
username = "tristan957"
url = "https://github.com/tristan957"
[params.socials.mastodon]
username = "@tristan957@fosstodon.org"
url = "https://fosstodon.org/@tristan957"
[params.socials.linkedIn]
username = "tristan-partin"
url = "https://linkedin.com/in/tristan-partin"
[params.resume]
url = "/documents/Tristan_Partin_Resume.pdf"
[params.mailingList]
address = "~tristan957/public-inbox@lists.sr.ht"
archiveURL = "https://lists.sr.ht/~tristan957/public-inbox"