-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
173 lines (154 loc) · 5.02 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
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
170
171
172
173
baseURL = ""
# [en, zh-cn, fr, ...] determines default content language
defaultContentLanguage = "en"
# language code
languageCode = "en"
title = "Sergio Soto"
# Change the default theme to be use when building the site with Hugo
theme = "DoIt"
[params]
# DoIt theme version
version = "0.2.X"
[menu]
[[menu.main]]
identifier = "Home"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Home"
url = ""
# title will be shown when you hover on this menu link
title = ""
weight = 1
[[menu.main]]
identifier = "CV"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "CV"
url = "cv"
# title will be shown when you hover on this menu link
title = ""
weight = 3
[[menu.main]]
identifier = "Projects"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Projects"
url = "/projects/showcase"
# title will be shown when you hover on this menu link
title = ""
weight = 2
[[menu.main]]
identifier = "SotosAnalytics"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "SotosAnalytics"
url = "/SotosAnalytics/sotosanalytics"
# title will be shown when you hover on this menu link
title = ""
weight = 4
#[[menu.main]]
# identifier = "AustinFC Stats"
# # you can add extra information before the name (HTML format is supported), such as icons
# pre = ""
# # you can add extra information after the name (HTML format is supported), such as icons
# post = ""
# name = "AustinFC Stats"
# url = "/atxfcstats/"
# # title will be shown when you hover on this menu link
# title = ""
# weight = 5
#[[menu.main]]
# identifier = "EdTech"
# # you can add extra information before the name (HTML format is supported), such as icons
# pre = ""
# # you can add extra information after the name (HTML format is supported), such as icons
# post = ""
# name = "EdTech"
# url = "/edtech/"
# # title will be shown when you hover on this menu link
# title = ""
# weight = 6
# [[menu.main]]
# identifier = "Blog"
# # you can add extra information before the name (HTML format is supported), such as icons
# pre = ""
# # you can add extra information after the name (HTML format is supported), such as icons
# post = ""
# name = "Blog"
# url = "/blog/"
# # title will be shown when you hover on this menu link
# title = ""
# weight = 7
#
#
# [[menu.main]]
# identifier = ""
# pre = ""
# post = ""
# name = "Categories"
# url = "/categories/"
# title = ""
# weight = 8
#
# [[menu.main]]
# identifier = "tags"
# pre = ""
# post = ""
# name = "Tags"
# url = "/tags/"
# title = ""
# weight = 9
# Markup related configuration in Hugo
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[params.home]
[params.home.profile]
enable = true
# Gravatar Email for preferred avatar in home page
gravatarEmail = ""
# URL of avatar shown in home page
# Place your avatar file under static or assets directory
# The filepath is relative to the static or assets directory
avatarURL = "SergioSoto_Pic.png"
# DoIt CHANGED | 0.2.7 title shown in home page (HTML format is supported)
title = "B.S Engineering Physics / M.S Applied Statistics"
# subtitle shown in home page
subtitle = "#engineer⚙️ #physics⚛️ #data📊 #sports⚽🏀🏎️ #edtech👨🏫"
# whether to use typeit animation for subtitle
typeit = true
# whether to show social links
social = true
# DoIt NEW | 0.2.0 disclaimer (HTML format is supported)
disclaimer = ""
# Home page posts
[params.home.posts]
enable = true
# special amount of posts in each home posts page
paginate = 1
# DoIt DELETED | 0.2.0 replaced with hiddenFromHomePage in params.page
# default behavior when you don't set "hiddenFromHomePage" in front matter
defaultHiddenFromHomePage = false
[params.social]
GitHub = "soto-sergio"
Linkedin = "sotoquintero/"
Twitter = "i_soto_py"
Email = "sergio9325@gmail.com"
# Instagram = "xxxx"
[params.page.comment]
enable = false