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

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

[minify]
disableXML = true
minifyOutput = true

[params]
author = "Matt Strapp"
info = "Coming Soon since 2018"
description = "Matt Strapp's personal website"
keywords = "developer,personal"
avatarurl = "images/avatar.png"
gravatar = "matt@mattstrapp.net"
commit = "https://git.mattstrapp.net/website/tree/"

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

[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"

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

[[params.social]]
name = "GitHub"
icon = "fa fa-github fa-2x"
weight = 2
url = "https://github.com/RossTheRoss"

[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 3
url = "https://www.linkedin.com/in/mattstrapp"

# [[params.social]]
# name = "Portfolio Site"
# icon = "fa fa-briefcase fa-2x"
# weight = 2
# url = "https://rosstheross.github.io"

[[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