-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
110 lines (94 loc) · 2.25 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
baseURL = 'https://gusperez.com/'
languageCode = 'en-us'
title = 'Gus Perez'
include = ["/.well-known"]
pluralizeListTitles = false
[params]
title = "Gus Perez"
author = "Gus Perez"
profilePicture = "img/gus.png"
description = ""
images = ["images/site-feature-image.png"]
fullPostContent = false
postSectionName = "blog"
mainSections = []
doNotLoadAnimations = true # Animations are loaded by default
customCss = ["css/custom.css"]
gtagId = "G-F3BD84Q92C"
enableRobotsTXT = true
favicon = "favicons/"
googleFonts = [
"Bricolage+Grotesque:opsz,[email protected],200..800",
"Carrois+Gothic+SC"
]
[[params.socialIcons]]
icon = "fa-brands fa-bluesky"
title = "Bluesky"
url = "https://bsky.app/profile/gusperez.com"
[[params.socialIcons]]
icon = "fa-brands fa-mastodon"
title = "Mastodon"
url = "https://hachyderm.io/@gusper"
html_attributes = "rel=\"me\""
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
[[params.socialIcons]]
icon = "fa-brands fa-spotify"
title = "Spotify"
url = "https://open.spotify.com/artist/0IA7AlQwNOapn6AOWGbIRz?si=iWOYH1A7R3e3XoC4gmOrTg"
[[params.socialIcons]]
icon = "fa-brands fa-bandcamp"
title = "Bandcamp"
url = "https://9u5p.bandcamp.com/"
[[params.socialIcons]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/gusper"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "LinkedIn"
url = "https://linkedin.com/in/gusperez/"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Blog"
weight = 200
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "Music"
weight = 300
identifier = "music"
url = "/music/"
[[menu.main]]
name = "Software"
weight = 400
identifier = "software"
url = "/software/"
[[menu.main]]
name = "Maker"
weight = 500
identifier = "maker"
url = "/maker/"
[[menu.main]]
name = "Photography"
weight = 600
identifier = "photography"
url = "/photography/"
[[menu.main]]
name = "Art"
weight = 700
identifier = "art"
url = "/art/"
[module]
# uncomment line below for temporary local development of module
# replacements = "github.com/lxndrblz/anatole -> ../../anatole"
[[module.imports]]
path = "github.com/lxndrblz/anatole"
disable = false