-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
134 lines (116 loc) · 2.98 KB
/
config.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
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
baseURL: "https://patrickscheid.de"
title: "Patrick Scheid"
paginate: 5
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: Patrick Scheid
description: >
Patrick Scheid, experienced people-focused, product-minded engineering manager in Munich.
Leveraging a background as a Software Engineer, Product Owner and Scrum Master for comprehensive tech solutions.
keywords: [Blog, Portfolio, PaperMod]
DateFormat: "January 2, 2006"
defaultTheme: auto
disableThemeToggle: false
mainSections:
- posts
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
schema:
publisherType: Person
assets:
disableHLJS: true
favicon: "favicon.ico"
favicon16x16: "favicon.ico"
favicon32x32: "favicon.ico"
apple_touch_icon: "favicon.ico"
safari_pinned_tab: "favicon.ico"
label:
text: "Home"
profileMode:
enabled: true
title: Patrick Scheid
subtitle: |
**Engineering Manager**
**People-Centric & Product-Minded**
introduction: |
{{< rawhtml >}}
<div class="profile-introduction">
With my experience as a Software Engineer, Product Owner, Scrum Master, and Data Scientist, I bring a unique perspective to software development.
Based in Munich, I'm passionate about building solutions that add real value to customers.
</div>
{{< /rawhtml >}}
imageUrl: "avatar-20220921-173622.webp"
imageWidth: 240
imageHeight: 240
imageTitle: Avatar
socialIcons:
- name: stackoverflow
url: "https://stackoverflow.com/users/3533066/pscheid"
- name: github
url: "https://github.com/pscheid92"
- name: linkedin
url: "https://www.linkedin.com/in/pscheid92/"
- name: email
url: "mailto:[email protected]"
cover:
hidden: true
hiddenInList: true
hiddenInSingle: true
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: search
name: Search
url: /search/
weight: 10
- identifier: about
name: About
url: /about/
weight: 20
- identifier: cv
name: CV
url: /cv-20230411.pdf
weight: 30
- identifier: posts
name: Posts
url: /posts/
weight: 40
outputs:
home:
- HTML
- RSS
- JSON
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
markup:
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNos: true