-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
46 lines (42 loc) · 1.2 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
baseURL = "https://setegonz.github.io/"
languageCode = "en-us"
title = "Steven González Lugo"
theme = "PaperMod"
[params]
defaultTheme = "auto"
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
socialIcons = [
{ name = "email", url = "mailto:[email protected]" },
{ name = "linkedin", url = "https://www.linkedin.com/in/sgonzalezlugo" }
]
[params.profileMode]
enabled = true
title = "Steven González Lugo"
subtitle = """Data Scientist with Cognitive Neuroscience Background
🚧 Site under construction - More content coming soon! 🚧"""
imageUrl = ""
imageTitle = "my image"
imageWidth = 120
imageHeight = 120
buttons = [
{ name = "Posts", url = "/posts/" },
{ name = "About", url = "/about/" }
]
socialIcons = [
{ name = "email", url = "mailto:[email protected]" },
{ name = "linkedin", url = "https://www.linkedin.com/in/sgonzalezlugo" }
]
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 10
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 20