-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
104 lines (80 loc) · 2.31 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
baseURL = "https://www.adrianmoreno.info/"
languageCode = "en"
DefaultContentLanguage = "en"
theme = "adritian-free-hugo-theme"
[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"]
googleTagManagerID = "GTM-NVN2BJG" # Google Analytics works with Google Tag Manager
homepageExperienceCount = 6
# controls vercel page insights - disabled by default
vercelPageInsights = true
vercelAnalytics = true
[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/main.css"
[[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"