changed to profile layout

This commit is contained in:
ash
2026-03-14 20:16:21 +00:00
parent 0ee41da1d6
commit 5665ce4bd6
2 changed files with 25 additions and 11 deletions
+14 -10
View File
@@ -33,7 +33,7 @@ showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "card"
layout = "profile"
showRecent = true
showRecentItems = 6
showMoreLink = true
@@ -109,12 +109,16 @@ cardView = false
cardViewScreenWidth = false
[author]
name = "Ash"
image = "img/me.jpg" # Important: remove "static/" from the path
headline = "DevOps | Hardware | Security"
bio = "Building cool things with Docker and Tanium."
links = [
{ github = "https://github.com/ashtom50" },
{ linkedin = "https://linkedin.com/in/ash-marlow/" },
{ gitea = "https://git.marlow.quest" }
]
name = "Ash"
image = "img/me.jpg"
headline = "DevOps | Hardware | Security"
bio = "Building cool things with Docker and Tanium."
[[author.links]]
github = "https://github.com/ashtom50"
[[author.links]]
linkedin = "https://linkedin.com/in/ash-marlow/"
[[author.links]]
gitea = "https://git.marlow.quest"