add socials
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
Reference in New Issue
Block a user