-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
102 lines (84 loc) · 2.21 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
baseURL = 'https://hansvl.nl/'
languageCode = 'en-uk'
title = 'Hans'
pluralizelisttitles = false
paginate = 10
enableEmoji = true
enableGitInfo = true
RelativeURLs = true
CanonifyURLs = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[params]
favicon = "favicon.ico"
titleImage = 'images/profile.jpg'
showPrevNextPostNavigation = true
showRecentPostsOnIndex = true
[params.author]
name = 'Hans van Luttikhuizen-Ross'
email = '[email protected]'
# Favicons config
# Get your favicons from https://realfavicongenerator.net/
[params.favicons]
appleTouchIcon = 'apple-touch-icon.png'
icon32 = 'favicon-32x32.png'
icon16 = 'favicon-16x16.png'
manifest = 'site.webmanifest'
maskIcon = 'safari-pinned-tab.svg'
msApplicationTileColor = '#5bbad5'
themeColor = '#2B2B2B'
# Umami configuration
# https://umami.is/docs/install
[params.umami]
enabled = true
websiteId = "88d855a7-4414-40a9-b228-1107ef60aca8"
jsLocation = "https://analytics.umami.is/script.js"
# Plausible configuration
[params.plausible]
enabled = false
domain = "hansvl.nl"
jsLocation = "https://plausible.io/js/plausible.js"
# h-card configuration
# fullName is mandatory
[params.hcard]
avatar = "images/profile.jpg"
fullName = "Hans van Luttikhuizen-Ross"
nickname = "pindab0ter"
showLocation = true
city = "Arnhem"
region = "Gelderland"
country = "The Netherlands"
# Social icons to be displayed on the front page
[[menu.social]]
name = "GitHub"
url = "https://github.com/pindab0ter"
[[menu.social]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/hansvanluttikhuizen/"
[[menu.social]]
name = "RSS"
url = "/rss.xml"
[[menu.social.params]]
type = "application/rss+xml"
# To make purging of CSS classes work in production
[build]
writeStats = true
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "rss"
# Syntax highlight settings
[markup]
[markup.highlight]
noClasses = false
[frontmatter]
lastmod = ["lastmod", ":git", "date"]
[imaging]
quality = 85
hint = "picture"
resampleFilter = "Lanczos"
[imaging.exif]
disableDate = false
disableLatLong = true