Compare commits
2 Commits
bf84827ef9
...
4567dc0038
| Author | SHA1 | Date | |
|---|---|---|---|
| 4567dc0038 | |||
| 4ef33c19d2 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
public/*
|
public/*
|
||||||
.hugo_build.lock
|
.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"]
|
["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"},
|
||||||
|
]
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user