-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
95 lines (71 loc) · 1.85 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
baseURL = "https://www.adrianmoreno.info/"
languageCode = "en"
DefaultContentLanguage = "en"
title = "Adrián Moreno Peña · Web & Mobile Developer, all-around coder"
theme = "adritian-free-hugo-theme"
# Languages
# en
# weight: 1
# es
# weight: 2
[build]
writeStats = true
# 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"
# navigation
[menu]
[[menu.header]]
name = "About"
URL = "index.html#about"
weight = 2
[[menu.header]]
name = "Experience"
URL = "index.html#experience"
weight = 3
[[menu.header]]
name = "Contact"
URL = "#contact"
weight = 4
[[menu.footer]]
name = "💁♂️ About"
URL = "index.html#about"
weight = 2
[[menu.footer]]
name = "📚 Books"
URL = "/books"
weight = 3
[[menu.footer]]
name = "🎤 Public Speaking"
URL = "/public-speaking"
weight = 4
[[menu.footer]]
name = "📨 Contact"
URL = "index.html#contact"
weight = 5
[params]
sections = ["showcase", "about", "education", "experience", "contact"]
googleTagManagerID = "GTM-NVN2BJG" # Google Analytics works with Google Tag Manager
homepageExperienceCount = 6
# controls vercel page insights - disabled by default
vercelPageInsights = true
vercelAnalytics = true
[params.logo]
text1 = "Adrián"
text2 = "Moreno"
[params.footer]
copyright = "© Adrián Moreno Peña. <a href=\"https://github.com/zetxek/adrianmoreno.info\">Content</a> and <a href=\"https://github.com/zetxek/adritian-free-hugo-theme\">code available in GitHub</a>."
[taxonomies]
book_author = "book_authors"
book_category = "book_categories"