You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C++/Qt school project at HTL Spengergasse (5th year) focused on building a Visio like application which could be extended with additional functionality using QtScript.
A C++ school graduation project at HTL Spengergasse (5th year). A commercial, non-open-source monitoring solution we developed for a small datacenter. It executed system checks via a core C++ engine, complete with an extensible plugin system allowing custom checks written in Python.
Copy file name to clipboardExpand all lines: hugo.yaml
+5-74Lines changed: 5 additions & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -25,32 +25,11 @@ markup:
25
25
renderer:
26
26
unsafe: true
27
27
28
-
Menus:
29
-
main:
30
-
- identifier: about
31
-
name: About
32
-
title: About
33
-
url: /#about
34
-
weight: 10
35
-
- identifier: experience
36
-
name: Experience
37
-
title: Experience
38
-
url: /#experience
39
-
weight: 20
40
-
- identifier: projects
41
-
name: Projects
42
-
title: Projects
43
-
url: /#projects
44
-
weight: 30
45
-
- identifier: kde
46
-
name: KDE
47
-
title: KDE Blog
48
-
url: /kde/
49
-
weight: 40
50
-
51
28
params:
52
29
title: "Bernhard Friedreich"
53
30
description: "DevOps Engineer & Developer"
31
+
customCSS: true
32
+
favicon: "fav.png"
54
33
55
34
font:
56
35
fontSize: 1rem
@@ -61,6 +40,8 @@ params:
61
40
navbar:
62
41
align: ms-auto
63
42
brandName: "Bernhard Friedreich"
43
+
showBrandLogo: true
44
+
brandLogo: "fav.png"
64
45
disableSearch: true
65
46
stickyNavBar:
66
47
enable : true
@@ -181,57 +162,7 @@ params:
181
162
projects:
182
163
enable: true
183
164
title: "Projects"
184
-
items:
185
-
- title: porturl
186
-
image: "/images/projects/porturl.webp"
187
-
content: A Single Sign-On portal with Spring Boot backend, React Admin frontend and an Android app. Designed for streamlined single signon for my homelab.
188
-
badges:
189
-
- "Opensource"
190
-
- "Spring Boot"
191
-
- "React"
192
-
- "Android"
193
-
links:
194
-
- icon: fab fa-github
195
-
url: https://github.com/porturl
196
-
197
-
- title: KDE
198
-
image: "/images/projects/kde.svg"
199
-
content: My contributions and developments for KDE.
200
-
badges:
201
-
- "Opensource"
202
-
- "C++/Qt"
203
-
- "KDE"
204
-
featured:
205
-
name: "View KDE Blog Posts"
206
-
link: "/kde/"
207
-
208
-
- title: Kinzoku
209
-
image: "/images/projects/kinzoku.png"
210
-
content: "A C++ school graduation project at HTL Spengergasse (5th year). A commercial, non-open-source monitoring solution we developed for a small datacenter. It executed system checks via a core C++ engine, complete with an extensible plugin system allowing custom checks written in Python."
211
-
badges:
212
-
- "Commercial"
213
-
- "C++"
214
-
- "Python"
215
-
216
-
- title: Dinjam
217
-
image: "/images/projects/dinjam.png"
218
-
content: A C++/Qt school project at HTL Spengergasse (5th year) focused on building a Visio like application which could be extended with additional functionality using QtScript.
219
-
badges:
220
-
- "Opensource"
221
-
- "C++/Qt"
222
-
links:
223
-
- icon: fa fa-link
224
-
url: https://sourceforge.net/projects/dinjam/
225
-
226
-
- title: Allevo
227
-
image: "/images/projects/allevo.png"
228
-
content: Two big C++/Qt projects (cost center calculation and double book keeping), developed during my 4th and 5th year at HTL Spengergasse.
0 commit comments