Compare commits

..

2 Commits

Author SHA1 Message Date
4567dc0038 Merge branch 'master' of https://gitea.benno-lorenz.com/bennolor/hugoblog
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
2025-06-09 22:21:16 +02:00
4ef33c19d2 misc 2025-06-09 22:20:40 +02:00
4 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
public/* public/*
.hugo_build.lock .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"] ["params.author"]
name = "Benno Lorenz" 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 layoutBackgroundBlur = false
showMoreLink = true showMoreLink = true
showMoreLinkDest = "/blog/posts/" showMoreLinkDest = "/blog"
disableHeroImagefilter = true disableHeroImagefilter = true
[article] [article]
@@ -134,6 +134,7 @@ groupByYear = false
cardView = false cardView = false
cardViewScreenWidth = false cardViewScreenWidth = false
#Analytics
[umamiAnalytics] [umamiAnalytics]
websiteId = "1056801d-9d30-4723-bb11-30ce4a161851" websiteId = "1056801d-9d30-4723-bb11-30ce4a161851"
domain = "umami.benno-lorenz.com" domain = "umami.benno-lorenz.com"