-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
76 lines (71 loc) · 1.78 KB
/
hugo.yaml
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
baseURL: https://markokolarek.com/
languageCode: en-us
title: "Marko Kolarek"
theme: ["PaperMod"]
description: Building better data solutions, faster
images: favicon/apple-touch-icon.png
enableRobotsTXT: true
enableEmoji: true
params:
profileMode:
enabled: true
title: Build better data solutions, faster
subtitle: >
I help businesses grow by leveraging data platforms for real-time analytics and insights.
buttons:
- name: Services
url: "/services"
- name: Contact
url: "/contact"
imageUrl: favicon/export_logo_512x512.png
imageTitle: "Marko Kolarek"
imageWidth: 256
imageHeight: 256
socialIcons:
- name: "linkedin"
url: "https://linkedin.com/in/mkolarek"
- name: "github"
url: "https://github.com/mkolarek"
env: production
author: Marko Kolarek
ShowShareButtons: true
ShowRssButtonInSectionTermList: true
ShowCodeCopyButtons: true
contact:
email: [email protected]
assets:
favicon: favicon/export_logo_32x32.png
favicon16x16: favicon/export_logo_16x16.png
favicon32x32: favicon/export_logo_32x32.png
apple_touch_icon: favicon/export_logo_512x512.png
safari_pinned_tab: favicon/export_logo_32x32.png
# label:
# text: "Marko Kolarek"
footer:
text: "[Impressum](/impressum)"
outputs:
home:
- HTML
- RSS
menu:
main:
- identifier: services
name: Services
url: /services/
weight: 10
- identifier: testimonials
name: Testimonials
url: /testimonials/
weight: 20
# - identifier: solutions
# name: Solutions
# url: /solutions/
# weight: 20
- identifier: contact
name: Contact
url: /contact/
weight: 30
- identifier: posts
name: Blog
url: /posts/
weight: 40