This commit is contained in:
2025-06-09 22:20:40 +02:00
parent 56c0a23649
commit 4ef33c19d2
4 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
public/*
.hugo_build.lock
resources/_gen/*

BIN
assets/img/author.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

View File

@@ -13,4 +13,10 @@ description = "Personal Homepage and blog of Benno Lorenz"
["params.author"]
name = "Benno Lorenz"
email = "benno@benno-lorenz.com"
image = "img/author.jpg"
bio = "Benno Lorenz is a software developer and open source enthusiast. He loves to share random stuff in his blog."
links = [
{github = "https://github.com/bennolor" },
{linkedin = "https://de.linkedin.com/in/benno-lorenz-3b58212a8"},
]

View File

@@ -51,7 +51,7 @@ cardViewScreenWidth = true
layoutBackgroundBlur = false
showMoreLink = true
showMoreLinkDest = "/blog/posts/"
showMoreLinkDest = "/blog"
disableHeroImagefilter = true
[article]
@@ -134,6 +134,7 @@ groupByYear = false
cardView = false
cardViewScreenWidth = false
#Analytics
[umamiAnalytics]
websiteId = "1056801d-9d30-4723-bb11-30ce4a161851"
domain = "umami.benno-lorenz.com"