From c390231de7db9ed6e3605766c9b03322a027759b Mon Sep 17 00:00:00 2001 From: Ash Marlow Date: Fri, 20 Feb 2026 07:48:52 +0000 Subject: [PATCH] Fixed Hugo --- content/about.md | 9 +++++++-- content/contact.md | 1 + content/posts/hello-world.md | 12 ++++++------ content/projects/smart-home/index.md | 1 + hugo.toml | 7 +++++++ 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/content/about.md b/content/about.md index 1a319db..7c497cd 100644 --- a/content/about.md +++ b/content/about.md @@ -1,3 +1,8 @@ -# Hello +--- +title: "About Me" +date: 2026-02-19 +draft: false +tags: [] +--- -its me \ No newline at end of file +This is stuff about me! \ No newline at end of file diff --git a/content/contact.md b/content/contact.md index af44007..a86f57c 100644 --- a/content/contact.md +++ b/content/contact.md @@ -2,6 +2,7 @@ title: "Contact" date: 2026-02-19 draft: false +tags: [] --- # Let's Connect diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 818088b..9afcd0f 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -1,9 +1,9 @@ -+++ -date = '2026-02-19T17:06:48Z' -draft = false -title = 'Hello World' -+++ - +--- +title: "hello world" +date: 2026-02-19 +summary: Welcome to my world." +tags: [] +--- Testing 123 # A nice test header diff --git a/content/projects/smart-home/index.md b/content/projects/smart-home/index.md index 5998c37..32ba086 100644 --- a/content/projects/smart-home/index.md +++ b/content/projects/smart-home/index.md @@ -3,6 +3,7 @@ title: "Smart Home Setup" date: 2026-02-19 image: "medal.webp" # This is the key Hugo Profile looks for! summary: "A deep dive into my automated home lab." +tags: [] --- this is my amazing smart home! diff --git a/hugo.toml b/hugo.toml index 4c72690..b263487 100644 --- a/hugo.toml +++ b/hugo.toml @@ -38,6 +38,13 @@ theme = "hugo-profile" icon = "linkedin" url = "https://www.linkedin.com/in/ash-marlow/" + [params.sections] + about = true + experience = true + education = true + projects = true + contact = true + # Menu Configuration [[menu.main]] name = "About"