-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
169 lines (144 loc) · 3.82 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
baseURL = "https://anettodev.github.io/"
title = "anetto.dev"
theme = ["hugo-coder", "hugo-shortcode-timeline", "hugo-calendly-shortcode"]
languageCode = "en"
defaultContentLanguage = "en"
# defaultContentLanguageInSubdir = true
paginate = 20
canonifyURLs = true
enableEmoji = true
customSCSS = ["scss/custom.scss"]
[params]
author = "Antonio Netto"
avatarURL = "images/me.jpeg"
images = ["images/an-cover.png"]
description = "ANetto.dev personal website"
keywords = "developer,desenvolvedor,engineer,software,staff,iOS,swift,objective-c,obj-c,c++,C#,python,go,rust"
info = " iOS Senior Staff Engineer"
company = "Inter"
companyURL = "https://inter.co/"
githubBoard = "anettodev"
githubUserIDNumber = "788332"
faviconSVG = "/images/favicon.ico"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"
touchIcon = "/images/apple-touch-icon.png"
dateFormat = "January 2, 2006"
hideCredits = false
hideCopyright = false
rtl = false
# Specify light/dark colorscheme
# Supported values:
# "auto" (use preference set by browser)
# "dark" (dark background, light foreground)
# "light" (light background, dark foreground) (default)
colorScheme = "auto"
# Hide the toggle button, along with the associated vertical divider
hideColorSchemeToggle = false
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 1
url = "https://www.linkedin.com/in/anettodev/"
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 2
url = "https://github.com/anettodev/"
[[params.social]]
name = "Twitter"
icon = "fa-brands fa-x-twitter fa-2x"
weight = 3
url = "https://twitter.com/anettodev/"
[[params.social]]
name = "Twitter"
icon = "fa-brands fa-mastodon fa-2x"
weight = 4
url = "https://me.dm/@anettodev"
[[params.social]]
name = "Medium"
icon = "fa-brands fa-medium fa-2x"
weight = 5
url = "https://medium.com/@anettodev"
[params.goatCounter]
code = "anettodev"
[params.utterances]
repo = "anettodev/anetto.dev"
issueTerm = "pathname"
theme = "dark"
[markup.highlight]
style = "github-dark"
tabWidth = 4
[module]
[module.hugoVersion]
min = "0.77.0"
[[menu.main]]
name = "About"
weight = 1
url = "about/"
[[menu.main]]
identifier = "resume"
name = "Resume"
weight = 2
url = "resume/"
[[menu.main]]
name = "Projects"
weight = 3
url = "sideprojects/"
[[menu.main]]
name = "Blog"
identifier = "fa fa-example-external-site"
weight = 4
url = "https://medium.anetto.dev/"
hrefTargetBlank = true
[[menu.main]]
name = "Gist"
weight = 5
url = "https://gist.github.com/anettodev"
[[menu.main]]
name = "Contact"
weight = 6
url = "contact/"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
linkifyProtocol = 'https'
strikethrough = true
table = true
taskList = true
[markup.goldmark.extensions.cjk]
eastAsianLineBreaks = false
eastAsianLineBreaksStyle = 'simple'
enable = false
escapedSpace = false
[markup.goldmark.extensions.passthrough]
enable = false
[markup.goldmark.extensions.passthrough.delimiters]
block = []
inline = []
[markup.goldmark.extensions.typographer]
apostrophe = '’'
disable = false
ellipsis = '…'
emDash = '—'
enDash = '–'
leftAngleQuote = '«'
leftDoubleQuote = '“'
leftSingleQuote = '‘'
rightAngleQuote = '»'
rightDoubleQuote = '”'
rightSingleQuote = '’'
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
wrapStandAloneImageWithinParagraph = true
[markup.goldmark.parser.attribute]
block = false
title = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = false
xhtml = false