-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
executable file
·52 lines (41 loc) · 1023 Bytes
/
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
baseURL = "https://www.adrianmoreno.info"
languageCode = "en-us"
theme = "adritian-free-hugo-theme"
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "css/main.css"
[[params.plugins.css]]
URL = "css/rad-icons.css"
[[params.plugins.css]]
URL = "css/custom.css"
# JS Plugins
[[params.plugins.js]]
URL = "js/rad-animations.js"
[[params.plugins.js]]
URL = "js/sticky-header.js"
[[params.plugins.js]]
URL = "js/library/fontfaceobserver.js"
# navigation
[menu]
[[menu.header]]
URL = "#experience"
name = "experiences"
weight = 2
[[menu.header]]
URL = "#contact"
name = "Contact"
weight = 4
[params]
sections = ["showcase", "links", "experience", "education", "contact"]
homepageExperienceCount = 4
[params.logo]
text1 = "Casper "
text2 = "Weiss Bang"
[params.footer]
copyright = "© Casper Weiss Bang. Free Hugo theme by Adrián Moreno Peña."
[params.footer.radity_logo]
_2x = "img/general/design-and-code-radity@2x.png"
alt = "Design & Code - Radity"
x = "img/general/design-and-code-radity.png"