-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
238 lines (205 loc) · 6.4 KB
/
hugo.toml
File metadata and controls
238 lines (205 loc) · 6.4 KB
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
baseURL = 'https://www.hartza.capital/'
defaultContentLanguage = 'fr'
theme = 'hugo-serif-theme'
# SEO Configuration
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
# Pagination configuration
[pagination]
pagerSize = 10
path = "page"
# Sitemap configuration
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
# RSS Feed configuration
[outputs]
home = ["HTML", "RSS"]
section = ["HTML", "RSS"]
# RSS configuration
[params.rss]
limit = 20
fullContent = false
# Image processing
[imaging]
resampleFilter = "lanczos"
quality = 85
hint = "photo"
# Build configuration
[build]
writeStats = true
useResourceCacheWhen = "fallback"
# Minification settings
[minify]
minifyOutput = true
[minify.tdewolff]
[minify.tdewolff.html]
keepWhitespace = false
keepEndTags = true
keepQuotes = false
[minify.tdewolff.css]
keepCSS2 = false
precision = 2
[minify.tdewolff.js]
keepVarNames = false
precision = 2
[minify.tdewolff.json]
precision = 2
[minify.tdewolff.svg]
precision = 2
[minify.tdewolff.xml]
keepWhitespace = false
# Media caching configuration
[mediaTypes]
[mediaTypes."image/jpeg"]
suffixes = ["jpg", "jpeg"]
[mediaTypes."image/png"]
suffixes = ["png"]
[mediaTypes."image/webp"]
suffixes = ["webp"]
[mediaTypes."image/gif"]
suffixes = ["gif"]
[mediaTypes."image/svg+xml"]
suffixes = ["svg"]
[mediaTypes."video/mp4"]
suffixes = ["mp4"]
[mediaTypes."video/webm"]
suffixes = ["webm"]
# Output formats with caching headers
[outputFormats]
[outputFormats.images]
mediaType = "image/jpeg"
baseName = "images"
# Server configuration for development
[server]
[[server.headers]]
for = "/images/**"
[server.headers.values]
Cache-Control = "public, max-age=31536000, immutable"
Expires = "Thu, 31 Dec 2025 23:59:59 GMT"
[[server.headers]]
for = "/videos/**"
[server.headers.values]
Cache-Control = "public, max-age=2592000"
Expires = "Sat, 01 Feb 2025 23:59:59 GMT"
[[server.headers]]
for = "**.{jpg,jpeg,png,gif,webp,svg,ico}"
[server.headers.values]
Cache-Control = "public, max-age=31536000, immutable"
Expires = "Thu, 31 Dec 2025 23:59:59 GMT"
[[server.headers]]
for = "**.{mp4,webm,avi,mov}"
[server.headers.values]
Cache-Control = "public, max-age=2592000"
Expires = "Sat, 01 Feb 2025 23:59:59 GMT"
# Multilingual configuration
[languages]
[languages.fr]
languageCode = 'fr-FR'
languageName = 'Français'
title = 'Hartza Capital France'
weight = 1
contentDir = 'content'
[languages.fr.params]
locale = 'fr_FR'
market = 'France'
currency = 'EUR'
seo_keywords = 'fintech france, investissement alternatif, trading algorithmique, gestion portefeuille, finance quantitative, IA finance, blockchain investissement'
seo_description_home = "Hartza Capital - Société fintech française innovante spécialisée dans la recherche statistique appliquée aux marchés financiers et le développement de solutions d'investissement alternatif."
homepage_button_link = '/fr/services'
homepage_button_text = 'Nos Services'
homepage_intro = 'Solutions de trading et arbitrage de portefeuille pour institutions financières'
homepage_image = '/images/illustrations/pointing.svg'
[languages.en]
languageCode = 'en-US'
languageName = 'English'
title = 'Hartza Capital International'
weight = 2
contentDir = 'content/en'
[languages.en.params]
locale = 'en_US'
market = 'International'
currency = 'USD'
seo_keywords = 'fintech france, alternative investment, algorithmic trading, portfolio management, quantitative finance, AI finance, blockchain investment'
seo_description_home = 'Hartza Capital - Innovative French fintech company specializing in statistical research applied to financial markets and alternative investment solutions development.'
homepage_button_link = '/en/services'
homepage_button_text = 'Our Services'
homepage_intro = 'Advanced trading signal generation, optimized portfolio creation, and personalized wealth management.'
homepage_image = '/images/illustrations/pointing.svg'
[params]
google_analytics_id = "GTM-MT3H8JHH"
# SEO parameters
[params.seo]
default_image = "/images/logo/hartza-social.webp"
# Social parameters
[params.social]
twitter = "hartzacapital"
x = "hartzacapital" # X (formerly Twitter)
linkedin = "hartza-capital"
github = "hartza-capital"
[params.homepage]
show_contact_box = false
show_services_button = true
sticky_header = true
[params.logo]
mobile_light = "/images/logo/black-short.avif"
mobile_dark = "/images/logo/logo-short.avif"
desktop = "/images/logo/logo-short.avif"
desktop_light = "/images/logo/black-short.avif" # Logo noir pour thème clair
desktop_dark = "/images/logo/logo-short.avif" # Logo blanc pour thème sombre
desktop_height = "42px"
alt = "Hartza Capital"
use_filter_for_dark = false # Utilise les logos séparés sans filtre
# Logo complet pour la page d'accueil
hero_logo = "/images/logo/logo.avif"
[params.homepage_meta_tags]
meta_description = "Hartza Capital - Société fintech spécialisée dans la génération de signaux de trading et l'arbitrage de portefeuilles pour ses filiales."
meta_og_title = "Hartza Capital"
meta_og_type = "website"
meta_og_url = "https://www.hartza.capital"
meta_og_description = "Solutions de trading et arbitrage de portefeuille pour institutions financières"
[params.fonts]
base = "'Inter'"
heading = "'Poppins'"
[params.colors]
primary = "#2c5aa0"
black = "#2f2f41"
white = "#ffffff"
white_offset = "#f6f7ff"
grey = "#5C5A5A"
# Menu Français
[[languages.fr.menu.main]]
name = "Accueil"
url = "/"
weight = 1
[[languages.fr.menu.main]]
name = "À Propos"
url = "/about/"
weight = 2
[[languages.fr.menu.main]]
name = "Blog"
url = "/blog/"
weight = 3
[[languages.fr.menu.main]]
name = "Contact"
url = "/contact/"
weight = 4
# Menu English
[[languages.en.menu.main]]
name = "Home"
url = "/en/"
weight = 1
[[languages.en.menu.main]]
name = "About"
url = "/en/about/"
weight = 2
[[languages.en.menu.main]]
name = "Blog"
url = "/en/blog/"
weight = 3
[[languages.en.menu.main]]
name = "Contact"
url = "/en/contact/"
weight = 4