changed to profile layout
This commit is contained in:
+11
-1
@@ -1,2 +1,12 @@
|
|||||||
public/
|
public/
|
||||||
resources/
|
resources/
|
||||||
|
#others
|
||||||
|
node_modules
|
||||||
|
.hugo_build.lock
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
+14
-10
@@ -33,7 +33,7 @@ showAppearanceSwitcher = true
|
|||||||
showScrollToTop = true
|
showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "card"
|
layout = "profile"
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 6
|
showRecentItems = 6
|
||||||
showMoreLink = true
|
showMoreLink = true
|
||||||
@@ -109,12 +109,16 @@ cardView = false
|
|||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Ash"
|
name = "Ash"
|
||||||
image = "img/me.jpg" # Important: remove "static/" from the path
|
image = "img/me.jpg"
|
||||||
headline = "DevOps | Hardware | Security"
|
headline = "DevOps | Hardware | Security"
|
||||||
bio = "Building cool things with Docker and Tanium."
|
bio = "Building cool things with Docker and Tanium."
|
||||||
links = [
|
|
||||||
{ github = "https://github.com/ashtom50" },
|
[[author.links]]
|
||||||
{ linkedin = "https://linkedin.com/in/ash-marlow/" },
|
github = "https://github.com/ashtom50"
|
||||||
{ gitea = "https://git.marlow.quest" }
|
|
||||||
]
|
[[author.links]]
|
||||||
|
linkedin = "https://linkedin.com/in/ash-marlow/"
|
||||||
|
|
||||||
|
[[author.links]]
|
||||||
|
gitea = "https://git.marlow.quest"
|
||||||
|
|||||||
Reference in New Issue
Block a user