blob: 48f856d849d757fd52fa031248088bac7a3b7f45 (
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
baseURL = "https://mattstrapp.net/"
languageCode = "en"
title = 'Matt Strapp'
theme = "hugo-coder"
enableRobotsTXT = true
enableEmoji = true
enableGitInfo = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "pastie"
[minify]
disableXML = true
minifyOutput = true
[params]
author = "Matt Strapp"
license = '<a href="https://creativecommons.org/licenses/by/4.0" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""></a>'
info = "Splash Screen!"
description = "Matt Strapp's personal website"
keywords = "developer,personal"
avatarurl = "images/avatar.png"
gravatar = "matt@mattstrapp.net"
commit = "https://git.mattstrapp.net/website/tree/?id="
fediverseCreator = "@me@mattsttrapp.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
[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 = "Mastodon"
icon = "fa fa-brands fa-mastodon fa-2x"
weight = 4
url = "https://gts.mattstrapp.net/@me"
[[params.social]]
name = "Bluesky"
icon = "fa fa-brands fa-bluesky fa-2x"
weight = 5
url = "https://bsky.app/profile/mattstrapp.net"
# [[params.social]]
# name = "Portfolio Site"
# icon = "fa fa-briefcase fa-2x"
# weight = 2
# url = "https://rosstheross.github.io"
[[menu.main]]
name = "Contact"
weight = 1
url = "contact/"
[[menu.main]]
name = "Posts"
weight = 2
url = "posts/"
[[menu.main]]
name = "Resume"
weight = 4
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
|