changed to profile layout
This commit is contained in:
+11
-1
@@ -1,2 +1,12 @@
|
||||
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
|
||||
|
||||
[homepage]
|
||||
layout = "card"
|
||||
layout = "profile"
|
||||
showRecent = true
|
||||
showRecentItems = 6
|
||||
showMoreLink = true
|
||||
@@ -109,12 +109,16 @@ cardView = false
|
||||
cardViewScreenWidth = false
|
||||
|
||||
[author]
|
||||
name = "Ash"
|
||||
image = "img/me.jpg" # Important: remove "static/" from the path
|
||||
headline = "DevOps | Hardware | Security"
|
||||
bio = "Building cool things with Docker and Tanium."
|
||||
links = [
|
||||
{ github = "https://github.com/ashtom50" },
|
||||
{ linkedin = "https://linkedin.com/in/ash-marlow/" },
|
||||
{ gitea = "https://git.marlow.quest" }
|
||||
]
|
||||
name = "Ash"
|
||||
image = "img/me.jpg"
|
||||
headline = "DevOps | Hardware | Security"
|
||||
bio = "Building cool things with Docker and Tanium."
|
||||
|
||||
[[author.links]]
|
||||
github = "https://github.com/ashtom50"
|
||||
|
||||
[[author.links]]
|
||||
linkedin = "https://linkedin.com/in/ash-marlow/"
|
||||
|
||||
[[author.links]]
|
||||
gitea = "https://git.marlow.quest"
|
||||
|
||||
Reference in New Issue
Block a user