added blob
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
baseURL = "https://me.marlow.boats/"
|
||||
title = "Your Name | Portfolio"
|
||||
title = "Ash Marlow | Portfolio"
|
||||
theme = "hugo-coder"
|
||||
languageCode = "en"
|
||||
defaultContentLanguage = "en"
|
||||
@@ -12,6 +12,8 @@ paginate = 20
|
||||
info = "Systems Engineer & Self-Hosting Enthusiast"
|
||||
avatarUrl = "img/avatar.jpg" # Place your photo in static/img/avatar.png
|
||||
footercontent = "Built with Hugo and 💙"
|
||||
colorProtocol = "prefer-dark" # Makes dark mode the default
|
||||
showColorToggle = true
|
||||
|
||||
# Social links for your CV
|
||||
[[params.social]]
|
||||
@@ -34,6 +36,10 @@ paginate = 20
|
||||
name = "Projects"
|
||||
weight = 2
|
||||
url = "projects/"
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
weight = 2
|
||||
url = "posts/"
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
weight = 3
|
||||
|
||||
Reference in New Issue
Block a user