add socials
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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