From 682462e48cc935aa24c6fb9bd626ecbd83104843 Mon Sep 17 00:00:00 2001 From: ash Date: Thu, 19 Feb 2026 18:35:03 +0000 Subject: [PATCH] added blob --- content/projects/my-smart-home-setup.md | 3 ++- hugo.toml | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/content/projects/my-smart-home-setup.md b/content/projects/my-smart-home-setup.md index 4137a92..24e305e 100644 --- a/content/projects/my-smart-home-setup.md +++ b/content/projects/my-smart-home-setup.md @@ -1,5 +1,6 @@ +++ date = '2026-02-19T17:49:15Z' -draft = true +draft = false title = 'My Smart Home Setup' +++ + this is my amazing smart home! \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 453c9bf..d447bcf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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