-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathhugo.toml
171 lines (127 loc) · 3.72 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
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
baseURL = "https://www.adrianmoreno.info/"
languageCode = "en"
DefaultContentLanguage = "en"
_merge = "deep"
[module]
[module.hugoVersion]
# We use hugo.Deps to list dependencies, which was added in Hugo 0.92.0
min = "0.92.0"
[[module.imports]]
path="github.com/zetxek/adritian-free-hugo-theme"
# The following mounts are required for the theme to be able to load bootstrap
# Remember also to copy the theme's `package.json` to your site, and run `npm install`
[[module.mounts]]
source = "archetypes"
target = "archetypes"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "i18n"
target = "i18n"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "node_modules/bootstrap/scss"
target = "assets/scss/bootstrap"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js"
target = "assets/js/bootstrap"
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/vendor/bootstrap.bundle.min.js"
[params]
title = "Adrián Moreno Peña | VP of Engineering based in Copenhagen (Denmark) ⸱ mobile apps, platforms, APIs, SaaS"
description = "Personal site for Adrián Moreno Peña, VP of Engineering at SumUp. With a background as computer engineer and experience both as a web and mobile developer and team lead, in multi-cultural environments in Spain, the Netherlands and Denmark. You can find contact information, as well as availability for work, up-to-date curriculum and previous experience."
images = ['/img/og-preview.png']
sections = ["showcase", "about", "education", "experience", "contact"]
homepageExperienceCount = 6
[params.analytics]
# controls vercel page insights - disabled by default
# to enable, just set to true
vercelPageInsights = true
vercelAnalytics = true
# google analytics and tag manager. to enable, set "enabled" to true
# and add the tracking code (UA-something for analytics, GTM-something for tag manager)
[params.analytics.googleAnalytics]
code = "UA-XXXXX-Y"
enabled = true
[params.analytics.googleTagManager]
code = "GTM-NVN2BJG"
enabled = false
[build]
writeStats = true
[build.buildStats]
disableClasses = false
disableIDs = false
disableTags = false
enable = true
# Languages
# en
# weight: 1
# es
# weight: 2
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "css/adritian-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"
# SCSS Plugins
[[params.plugins.scss]]
URL = "scss/adritian.scss"
[[params.plugins.scss]]
URL = "scss/books.scss"
# 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
[taxonomies]
book_author = "book_authors"
book_category = "book_categories"
[params.languages.selector.disable]
footer = false
header = false
mobileHeader = false
[params.colorTheme.selector.disable]
footer = false
header = true
mobileHeader = false