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
+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" }
]