added blob

This commit is contained in:
ash
2026-02-19 18:35:03 +00:00
parent a7026b0170
commit 682462e48c
2 changed files with 9 additions and 2 deletions
+7 -1
View File
@@ -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