misc
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
public/*
|
||||
.hugo_build.lock
|
||||
resources/_gen/*
|
||||
BIN
assets/img/author.jpg
Normal file
BIN
assets/img/author.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 269 KiB |
@@ -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"},
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user