add socials

This commit is contained in:
ash
2026-03-14 18:27:07 +00:00
parent b8e37ba5ce
commit 780a7cb2eb
9 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# https://blowfish.page/docs/getting-started/
theme = "blowfish" # UNCOMMENT THIS LINE
# baseURL = "https://your_domain.com/"
baseURL = "https://me.marlow.boats/"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
+13 -3
View File
@@ -75,14 +75,14 @@ showHero = false
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
showBreadcrumbs = false
showSummary = false
showSummary = true
showViews = false
showLikes = false
showTableOfContents = false
showCards = false
showCards = true
orderByWeight = false
groupByYear = true
cardView = false
cardView = true
cardViewScreenWidth = false
constrainItemsWidth = false
@@ -107,3 +107,13 @@ showTableOfContents = true
groupByYear = false
cardView = false
cardViewScreenWidth = false
[params.author]
name = "Your Name"
image = "profile.jpg"
bio = "A little bit about you"
links = [
{ twitter = "https://twitter.com/username" },
{ github = "https://github.com/ashtom50" },
{ email = "mailto:you@example.com" }
]