-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
377 lines (318 loc) · 14.2 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
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
# Site settings
baseurl = "https://stackfocus.org/"
languageCode = "en-us"
title = "StackFocus"
theme = "hugo-agency-theme"
[markup.goldmark.renderer]
unsafe= true
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""
[params]
# You can use Markdown syntax for urls [text](//url.to/source) or
# most longer texts.
#
# All icons using Fontawesome's icon font. Look at fortawesome.github.io/Font-Awesome/icons/
# for more icons. The icons are represented by their corresponding
# CSS class.
# To provide some metadata for search engines feel free to add a few
# information about you and your website.
name = "StackFocus"
description = "StackFocus provides cloud migration and cloud modernization strategy, managed kubernetes and devops expertise."
# email = "[email protected]"
# Link custom assets relative to /static
custom_css = ["custom.css"]
custom_js = []
favicon = "favicon.ico"
# Possibility to disable external/additional fonts
# Exception: Fontawesome
disableFonts = false
# 404 error customization
[params.error404]
heading = "Page couldn't be found"
text = "Please visit [this page](/)"
# Optional piwik tracking
#[params.analytics.piwik]
# URL = "https://stats.example.com"
# ID = "42"
# # Track all subdomains with "*.example.com"
# domain = "www.example.com"
# # Optional integrity check hash
# hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
# Navigation
[params.navigation]
brand = "StackFocus"
# Optional logo as brand stored in img/
logo = "logo.svg"
services = "Expertise"
portfolio = "Services"
approach = "Approach"
about = "About"
contact = "Contact"
# Add custom links. Those can be pre- and postpended to the default menu above.
# Use the weight attribute to order your custom links. Uncomment the example
# below and replace the values with your own.
# prepended links
#[[menu.prepend]]
# url = "http://gohugo.io"
# name = "Hugo"
# weight = 10
# # postpended links
# [[menu.postpend]]
# url = "http://gohugo.io"
# name = "External link"
# weight = 10
# Hero section
[params.hero]
# To change the background image of the hero, replace 'header-bg.jpg' in
# the 'static/img' folder.
title = "We Are Infrastructure Experts"
subtitle = "We’re passionate about automated deployments, 1-click environments, and x-ray vision into performance and health. We know what it takes to enable teams to deliver quickly and reliably around the world."
buttonText = "Tell me more"
# Services section
[params.services]
enable = true
title = "Expertise"
subtitle = "The cloud holds immense potential. We help you unlock it by leveraging technological innovation to maximize the cloud’s unique advantages — with minimal disruption to your business. "
[[params.services.row]]
[[params.services.row.list]]
icon = "fa-code"
title = "DevOps Consulting"
description = "We’re passionate about automated deployments, 1-click environments, and x-ray vision into performance and health. We can design and implement the right solution for your needs from infrastructure-as-code to continuous integration and deployment to real time monitoring and scaling."
url = "#"
[[params.services.row.list]]
icon = "fa-cloud-upload"
title = "Cloud Migration"
description = "Need help moving from the datacenter to the cloud? Already in the cloud but need to expand or move to a new provider? Ready to take your app global with multi-regional cloud deployments? With experience in all the major cloud providers, our specialists can design the right plan to get you where you need to be."
url = "#"
[[params.services.row.list]]
icon = "fa-cogs"
title = "DevOps-as-a-Service"
description = "Building an in-house DevOps team can be quite a challenge. It’s tough to find people with the right expertise at the right price. Let StackFocus fill that gap. We can provide periodic maintenance, monitoring and optional on-call support at a fraction of the cost of hiring an in-house team."
url = "#"
# Portfolio section
[params.portfolio]
enable = true
# All projects defined in their own files. You can find example projects
# at 'exampleSite/data/projects'. Copy the 'projects' folder into the 'data' directory
# at the root of this Hugo site.
# For more informtion take a look at the README.
title = "Services"
subtitle = ""
[params.portfolio.modal]
client = "Client"
date = "Date"
category = "Category"
buttonText = "Close"
# About section
[params.about]
enable = true
title = "About"
subtitle = "The StackFocus Difference"
endpoint = "<p class=\"text-muted\">At StackFocus, we believe that cloud technology is the foundation for business growth and transformation.</p><p class=\"text-muted\">We pride ourselves on our customer-centric approach, combined with technical expertise and a deep understanding of the ever-evolving cloud landscape. Our talented team of professionals is committed to ensuring our clients receive innovative solutions to drive agility, scalability, and efficiency.</p><p class=\"text-muted\">Our vision is to empower businesses of all sizes to harness the full potential of the cloud, enabling them to stay ahead of the competition and adapt to the demands of the modern digital landscape.</p>"
# # The events will be listed from the top to the bottom.
# # All images are stored under 'static/img/about'.
# # Replace them with your own.
# [[params.about.events]]
# img = "1.jpg"
# date = "2009-2011"
# title = "Our Humble Beginnings"
# description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
# [[params.about.events]]
# img = "2.jpg"
# date = "March 2011"
# title = "An Agency is Born"
# description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
# [[params.about.events]]
# img = "3.jpg"
# date = "December 2012"
# title = "Our Humble Beginnings"
# description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
# [[params.about.events]]
# img = "4.jpg"
# date = "July 2014"
# title = "Phase Two Expansion"
# description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!"
# About section
[params.approach]
enable = true
title = "Approach"
subtitle = "Accelerate your software development cycle, solve challenges, lower costs, drive efficiency, and improve customer experiences with StackFocus’s DevOps Consulting."
# # The events will be listed from the top to the bottom.
# # All images are stored under 'static/img/about'.
# # Replace them with your own.
[[params.approach.events]]
img = "1.jpg"
title = "Initial Assessment"
description = "We assess your current software development cycle, cloud infrastructure, and IT resources to clarify capabilities and constraints.\n\n From there, we identify a future state, set goals, and devise a strategy to make it happen."
[[params.approach.events]]
img = "1.jpg"
title = "Roadmap and DevOps Implementation"
description = """Our detailed roadmap details recommended improvements that include:
<ul>
<li>A customized containerization approach</li>
<li>CI/CD design and tools configuration</li>
<li>Testing automation and how to integrate continuous testing into the CI/CD pipeline</li>
<li>IaaC integration</li>
<li>Configuration of management tools with CI/CD and automation tools</li>
<li>An automated monitoring solution that replaces manual processes</li>
</ul>
"""
[[params.approach.events]]
img = "1.jpg"
title = "Optimization"
description = """We monitor the success of your DevOps strategy by measuring and reporting on key indicators that include:
<ul>
<li>Uptime and availability</li>
<li>App response time</li>
<li>Deployment success rate</li>
<li>Resource utilization</li>
<li>Data collection</li>
<li>Database query times</li>
</ul>
"""
[[params.approach.events]]
img = "1.jpg"
title = "Support"
description = "Following the implementation of your strategy we monitor the operability of your software infrastructure to ensure efficient load distribution within your environment. \n \n We’ll additionally mentor your team to ensure they maintain practices aligned with DevOps culture."
# Team section
[params.team]
enable = false
# Possibility to center items
#center = true
title = "Our amazing team"
subtitle = "Lorem ipsum dolor sit amet consectetur."
description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde."
# All team member's pictures are stored under 'static/img/team'.
# Replace them with your own too.
# Suggestion: Image size should be at least 360px*360px or the alignment might be affected.
[[params.team.members]]
img = "1.jpg"
name = "Kay Garland"
position = "Lead Designer"
reportsTo = "CTO"
livesIn = "[Munich, Germany](#some-maps-url)"
scope = [
"UX for [member dashboard](#)",
"Maintainer for [awesome-project](#)",
"Open Source [community management](#)"
]
# For bio markdown and even multiline strings are available.
bio = """Kay is an awesome Lead Designer with heaps of experience in the field of UX.
She worked at Pied Piper for years until they went belly up."""
social = [
["fa-twitter", "#"],
["fa-facebook", "#"],
["fa-linkedin", "#"]
]
[[params.team.members]]
img = "2.jpg"
name = "Larry Parker"
position = "Lead Marketer"
social = [
["fa-twitter", "#"],
["fa-facebook", "#"],
["fa-linkedin", "#"]
]
[[params.team.members]]
img = "3.jpg"
name = "Diana Pertersen"
position = "Lead Developer"
social = [
["fa-twitter", "#"],
["fa-facebook", "#"],
["fa-linkedin", "#"]
]
# Client section
[params.clients_list]
enable = false
# Possibility to center items
#center = true
# Optional client title specifying the involvement
#title = "Used and trusted by"
# All the clients' logos are stored under 'static/img/logos'.
# Replace them with your clients's logos.
# Suggestion: .svg in the size of 280px*80px looks good
[[params.clients]]
logo = "envato.jpg"
link = "#"
[[params.clients]]
logo = "designmodo.jpg"
link = "#"
[[params.clients]]
logo = "themeforest.jpg"
link = "#"
[[params.clients]]
logo = "creative-market.jpg"
link = "#"
# Contact section
[params.contact]
enable = true
title = "Get in Touch"
subtitle = "Feel free to drop us a line and one of our awesome team members will get back to you as soon as possible."
buttonText = "Send message"
# netlify = true
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
# It is possible to substitute formspring with other providers
# as an example the mailout plugin from caddy.
# Provide the post URL for the form and depending on the provider
# add some custom JS script to finish the implementation.
# postURL = "https://example.com/mailout/"
email = "[email protected]"
# Success and error message overwrite for async contact form
#thanks = "Thank you for awesomely contacting us."
#error = "Message could not be send. Please contact us at [email protected] instead."
[params.contact.captcha]
# sitekey = ""
# 'warning' defines error messages for invalid inputs
[params.contact.form.name]
text = "Your Name *"
warning = "Please enter your name."
[params.contact.form.email]
text = "Your Email *"
warning = "Please enter your email address."
[params.contact.form.phone]
text = "Your Phone *"
warning = "Please enter your phone number."
[params.contact.form.message]
text = "Your Message *"
warning = "Please enter a message."
# Add optional form fields to identify contact forms
#[[params.contact.form.hidden]]
# name = "someID"
# value = "example.com"
#
#[[params.contact.form.hidden]]
# Special values for name such as "page" and "site" will be autofilled
# name = "page"
# Footer section
[params.footer]
enable = true
copyright = "© 2023 StackFocus Software, LLC"
# [[params.footer.social]]
# icon = "fa-twitter"
# link = "#"
# title = "Twitter"
# [[params.footer.social]]
# icon = "fa-facebook"
# link = "#"
# title = "Facebook"
# [[params.footer.social]]
# icon = "fa-linkedin"
# link = "#"
# title = "LinkedIn"
[[params.footer.quicklinks]]
text = "Privacy Policy"
link = "#"
[[params.footer.quicklinks]]
text = "Terms of Use"
link = "#"