add socials
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# https://blowfish.page/docs/getting-started/
|
# https://blowfish.page/docs/getting-started/
|
||||||
|
|
||||||
theme = "blowfish" # UNCOMMENT THIS LINE
|
theme = "blowfish" # UNCOMMENT THIS LINE
|
||||||
# baseURL = "https://your_domain.com/"
|
baseURL = "https://me.marlow.boats/"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
# 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
|
layoutBackgroundBlur = true
|
||||||
layoutBackgroundHeaderSpace = true
|
layoutBackgroundHeaderSpace = true
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showSummary = false
|
showSummary = true
|
||||||
showViews = false
|
showViews = false
|
||||||
showLikes = false
|
showLikes = false
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
showCards = false
|
showCards = true
|
||||||
orderByWeight = false
|
orderByWeight = false
|
||||||
groupByYear = true
|
groupByYear = true
|
||||||
cardView = false
|
cardView = true
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
constrainItemsWidth = false
|
constrainItemsWidth = false
|
||||||
|
|
||||||
@@ -107,3 +107,13 @@ showTableOfContents = true
|
|||||||
groupByYear = false
|
groupByYear = false
|
||||||
cardView = false
|
cardView = false
|
||||||
cardViewScreenWidth = 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" }
|
||||||
|
]
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Did it work? Ash Marlow"
|
title: "Ash Marlow"
|
||||||
description: "Software Engineer specializing in hardware, security, and automation."
|
description: "Software Engineer specializing in hardware, security, and automation."
|
||||||
type: "background"
|
type: "background"
|
||||||
---
|
---
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 118 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 118 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 50 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user