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
+2 -1
View File
@@ -1,5 +1,6 @@
+++ +++
date = '2026-02-19T17:49:15Z' date = '2026-02-19T17:49:15Z'
draft = true draft = false
title = 'My Smart Home Setup' title = 'My Smart Home Setup'
+++ +++
this is my amazing smart home!
+7 -1
View File
@@ -1,5 +1,5 @@
baseURL = "https://me.marlow.boats/" baseURL = "https://me.marlow.boats/"
title = "Your Name | Portfolio" title = "Ash Marlow | Portfolio"
theme = "hugo-coder" theme = "hugo-coder"
languageCode = "en" languageCode = "en"
defaultContentLanguage = "en" defaultContentLanguage = "en"
@@ -12,6 +12,8 @@ paginate = 20
info = "Systems Engineer & Self-Hosting Enthusiast" info = "Systems Engineer & Self-Hosting Enthusiast"
avatarUrl = "img/avatar.jpg" # Place your photo in static/img/avatar.png avatarUrl = "img/avatar.jpg" # Place your photo in static/img/avatar.png
footercontent = "Built with Hugo and 💙" footercontent = "Built with Hugo and 💙"
colorProtocol = "prefer-dark" # Makes dark mode the default
showColorToggle = true
# Social links for your CV # Social links for your CV
[[params.social]] [[params.social]]
@@ -34,6 +36,10 @@ paginate = 20
name = "Projects" name = "Projects"
weight = 2 weight = 2
url = "projects/" url = "projects/"
[[menu.main]]
name = "Blog"
weight = 2
url = "posts/"
[[menu.main]] [[menu.main]]
name = "Contact" name = "Contact"
weight = 3 weight = 3