-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
95 lines (83 loc) · 2.31 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
87
88
89
90
91
92
93
94
95
baseURL = 'https://enbnt.github.io'
languageCode = 'en-us'
title = 'enbnt.dev'
theme = "gokarna"
# code-block style
pygmentsStyle = "monokai"
# Automatically generate robots.txt
enableRobotsTXT = true
enableEmoji = true
[menu]
[[menu.main]]
name = "Home"
pre = "<span data-feather='home'></span>"
url = "/"
weight = 1
[[menu.main]]
name = "About"
pre = "<span data-feather='hexagon'></span>"
url = "/about/"
weight = 2
[[menu.main]]
name = "Posts"
pre = "<span data-feather='book'></span>"
url = "/posts/"
weight = 3
[[menu.main]]
name = "Tags"
pre = "<span data-feather='tag'></span>"
url = "/tags/"
weight = 4
[[menu.main]]
identifier = "github"
url = "https://github.com/enbnt"
weight = 5
# Using feather-icons
pre = "<span data-feather='github'></span>"
[params]
footer = "Ian Bennett"
description = "Ian Bennett - Software Engineer"
showPostsOnHomePage = "recent"
avatarURL = "/avatar.png"
AvatarAltText = "avatar"
avatarSize = "size-m"
socialIcons = [
{name = "linkedin", url = "https://www.linkedin.com/in/enbnt"},
{name = "github", url = "https://github.com/enbnt"},
{name = "mastodon", url = "https://macaw.social/@enbnt", rel = "me"},
{name = "email", url = "mailto:[email protected]"},
]
accentColor = "#5ee6df"
# Keywords relevant for SEO
metaKeywords = ["blog", "gokarna", "hugo", "software engineer", "software developer", "software performance"]
customHeadHTML = '''
<script async defer src="https://analytics.umami.is/script.js" data-website-id="2c1da330-0163-47d3-9e38-ff745cf92cf6" data-do-not-track="true" data-domains="enbnt.dev,www.enbnt.dev,enbnt.github.io"></script>
'''
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
# Strict privacy settings
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = true
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = true
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
enableDNT = true
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true