summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 2047430d3e096258eea912aaf537e5416026a7cc (plain) (blame)
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
baseURL = "https://mattstrapp.net/"
languageCode = "en"
title = 'Matt Strapp'
theme = "hugo-coder"
enableRobotsTXT = true

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "pastie"

[minify]
disableXML = true
minifyOutput = true

[params]
# author = "Matt Strapp"
info = "As good as it'll be, part 2"
description = "Matt Strapp's personal website"
keywords = "developer,personal"
avatarurl = "images/avatar.png"
#gravatar = "matt@mattstrapp.net"

favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"

since = 2018

enableTwemoji = true

colorScheme = "dark"
hidecolorschemetoggle = false

pygmentsstyle = "pastie"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true

[[params.social]]
name = "Git repositories"
icon = "fa fa-git fa-2x"
weight = 1
url = "https://git.mattstrapp.net"

[[menu.main]]
name = "About"
weight = 1
url = "about/"

[[menu.main]]
name = "Contact"
weight = 2
url = "about/#contact"

[[menu.main]]
name = "Resume"
weight = 3
url = "resume/"


[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true