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
+10
View File
@@ -1,2 +1,12 @@
public/ public/
resources/ resources/
#others
node_modules
.hugo_build.lock
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
+11 -7
View File
@@ -33,7 +33,7 @@ showAppearanceSwitcher = true
showScrollToTop = true showScrollToTop = true
[homepage] [homepage]
layout = "card" layout = "profile"
showRecent = true showRecent = true
showRecentItems = 6 showRecentItems = 6
showMoreLink = true showMoreLink = true
@@ -110,11 +110,15 @@ cardViewScreenWidth = false
[author] [author]
name = "Ash" name = "Ash"
image = "img/me.jpg" # Important: remove "static/" from the path image = "img/me.jpg"
headline = "DevOps | Hardware | Security" headline = "DevOps | Hardware | Security"
bio = "Building cool things with Docker and Tanium." bio = "Building cool things with Docker and Tanium."
links = [
{ github = "https://github.com/ashtom50" }, [[author.links]]
{ linkedin = "https://linkedin.com/in/ash-marlow/" }, github = "https://github.com/ashtom50"
{ gitea = "https://git.marlow.quest" }
] [[author.links]]
linkedin = "https://linkedin.com/in/ash-marlow/"
[[author.links]]
gitea = "https://git.marlow.quest"