-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
186 lines (154 loc) · 4.05 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
baseURL = "https://davidcorto.es/"
languageCode = "en"
#theme = "adritian-free-hugo-theme" <- using modules, do not need this line
# https://gohugo.io/content-management/taxonomies/
disableKinds = ["taxonomy", "term", "rss"]
enableRobotsTXT = true
[module]
[[module.imports]]
path = "github.com/zetxek/adritian-free-hugo-theme"
[params]
# Open Graph
images = ['/android-chrome-512x512.png']
sections = ["showcase", "experience", "education", "client-and-work", "testimonial"]
homepageExperienceCount = 3
[params.analytics]
## Analytics parameters.
### Supported so far: Vercel (Page Insights, Analytics)
### And Google (Tag Manager, Analytics)
# controls vercel page insights - disabled by default
# to enable, just set to true
vercelPageInsights = false
vercelAnalytics = false
# 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 = false
[params.analytics.googleTagManager]
code = "GTM-XXXXX"
enabled = false
[build]
[build.buildStats]
disableClasses = false
disableIDs = false
disableTags = false
enable = true
[params.languages.selector.disable]
footer = false
[languages]
[languages.en]
disabled = false
languageCode = 'en'
languageDirection = 'ltr'
languageName = 'English'
title = 'David Corto Camacho | Senior Software Engineer & Tech Lead at Deporvillage'
weight = 0
[languages.en.menus]
[[languages.en.menus.header]]
name = 'Experience'
URL = '#experience'
weight = 2
[[languages.en.menus.header]]
name = 'Education'
URL = '#education'
weight = 3
[[languages.en.menus.header]]
name = 'Testimonials'
URL = '#testimonial'
weight = 4
# [[languages.en.menus.header]]
# name = "Experience"
# URL = "#experience"
# weight = 4
#[[languages.en.menus.header]]
#name = "Blog"
#URL = "/blog"
#weight = 5
#[[languages.en.menus.header]]
#name = "Contact"
#URL = "#contact"
#weight = 6
[[languages.en.menus.footer]]
name = "Experience"
URL = "#experience"
weight = 2
[[languages.en.menus.footer]]
name = "Education"
URL = "#education"
weight = 3
[[languages.en.menus.footer]]
name = 'Testimonials'
URL = '#testimonial'
weight = 4
#[[languages.en.menus.footer]]
#name = "Contact"
#URL = "#contact"
#weight = 4
[languages.es]
disabled = true
languageCode = 'es'
languageDirection = 'ltr'
languageName = 'Español'
title = ''
weight = 0
[[languages.es.menus.header]]
name = 'Sobre mi'
URL = '/es/#about'
weight = 2
[[languages.es.menus.header]]
name = 'Portfolio'
URL = '/es/#portfolio'
weight = 3
# [[languages.es.menus.header]]
# name = "Experiencia"
# URL = "/es/#experience"
# weight = 4
[[languages.es.menus.header]]
name = "Blog"
URL = "/es/blog"
weight = 5
[[languages.es.menus.header]]
name = "Contacto"
URL = "/es/#contact"
weight = 6
[[languages.es.menus.footer]]
name = "Sobre mi"
URL = "/es/#about"
weight = 2
[[languages.es.menus.footer]]
name = "Portfolio"
URL = "/es/#portfolio"
weight = 3
[[languages.es.menus.footer]]
name = "Contact"
URL = "/es/#contact"
weight = 4
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "css/custom.css"
[[params.plugins.css]]
URL = "css/adritian-icons.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"
# theme/color style
[params.colorTheme]
## the following configuration would disable automatic theme selection
# [params.colorTheme.auto]
# disable = true
# [params.colorTheme.forced]
# theme = "dark"
## the following parameter will disable theme override in the footer
# [params.colorTheme.selector.disable]
# footer = true
## by default we allow override AND automatic selection