Skip to content

Commit e5de094

Browse files
committed
new logo, cleanup topnav, add subpages for projects
1 parent 3be79d6 commit e5de094

14 files changed

Lines changed: 114 additions & 147 deletions

File tree

content/projects/allevo.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Allevo"
3+
image: "/images/projects/allevo.png"
4+
badges:
5+
- "Opensource"
6+
- "C++/Qt"
7+
tags: []
8+
links:
9+
- icon: "fa fa-link"
10+
url: "https://allevo.sourceforge.net/"
11+
type: "projects"
12+
weight: 50
13+
---
14+
Two big C++/Qt projects (cost center calculation and double book keeping), developed during my 4th and 5th year at HTL Spengergasse.

content/projects/dinjam.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Dinjam"
3+
image: "/images/projects/dinjam.png"
4+
badges:
5+
- "Opensource"
6+
- "C++/Qt"
7+
tags: []
8+
links:
9+
- icon: "fa fa-link"
10+
url: "https://sourceforge.net/projects/dinjam/"
11+
type: "projects"
12+
weight: 40
13+
---
14+
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.

content/projects/kde-info.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "KDE"
3+
image: "/images/projects/kde.svg"
4+
badges:
5+
- "Opensource"
6+
- "C++/Qt"
7+
- "KDE"
8+
tags: []
9+
type: "projects"
10+
weight: 20
11+
layout: "redirect"
12+
redirect_to: "/projects/kde/"
13+
---
14+
My contributions and developments for KDE.
File renamed without changes.
File renamed without changes.

content/projects/kinzoku.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Kinzoku"
3+
image: "/images/projects/kinzoku.png"
4+
badges:
5+
- "Commercial"
6+
- "C++"
7+
- "Python"
8+
tags: []
9+
type: "projects"
10+
weight: 30
11+
---
12+
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.

content/projects/porturl.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "porturl"
3+
image: "/images/projects/porturl.webp"
4+
badges:
5+
- "Opensource"
6+
- "Spring Boot"
7+
- "React"
8+
- "Android"
9+
tags: []
10+
links:
11+
- icon: "fab fa-github"
12+
url: "https://github.com/porturl"
13+
type: "projects"
14+
weight: 10
15+
---
16+
A Single Sign-On portal with Spring Boot backend, React Admin frontend and an Android app. Designed for streamlined single signon for my homelab.

hugo.yaml

Lines changed: 5 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,11 @@ markup:
2525
renderer:
2626
unsafe: true
2727

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-
5128
params:
5229
title: "Bernhard Friedreich"
5330
description: "DevOps Engineer & Developer"
31+
customCSS: true
32+
favicon: "fav.png"
5433

5534
font:
5635
fontSize: 1rem
@@ -61,6 +40,8 @@ params:
6140
navbar:
6241
align: ms-auto
6342
brandName: "Bernhard Friedreich"
43+
showBrandLogo: true
44+
brandLogo: "fav.png"
6445
disableSearch: true
6546
stickyNavBar:
6647
enable : true
@@ -181,57 +162,7 @@ params:
181162
projects:
182163
enable: true
183164
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.
229-
badges:
230-
- "Opensource"
231-
- "C++/Qt"
232-
links:
233-
- icon: fa fa-link
234-
url: https://allevo.sourceforge.net/
165+
items: []
235166

236167
education:
237168
enable: true

layouts/_default/redirect.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Redirecting...</title>
5+
<link rel="canonical" href="{{ .Params.redirect_to | relURL }}"/>
6+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7+
<meta http-equiv="refresh" content="0; url={{ .Params.redirect_to | relURL }}" />
8+
</head>
9+
<body>
10+
<p>Redirecting to <a href="{{ .Params.redirect_to | relURL }}">{{ .Params.redirect_to }}</a>...</p>
11+
</body>
12+
</html>

static/css/projects.css

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)