Fixed Hugo

This commit is contained in:
Ash Marlow
2026-02-20 07:48:52 +00:00
parent a037248010
commit c390231de7
5 changed files with 22 additions and 8 deletions
+7 -2
View File
@@ -1,3 +1,8 @@
# Hello ---
title: "About Me"
date: 2026-02-19
draft: false
tags: []
---
its me This is stuff about me!
+1
View File
@@ -2,6 +2,7 @@
title: "Contact" title: "Contact"
date: 2026-02-19 date: 2026-02-19
draft: false draft: false
tags: []
--- ---
# Let's Connect # Let's Connect
+6 -6
View File
@@ -1,9 +1,9 @@
+++ ---
date = '2026-02-19T17:06:48Z' title: "hello world"
draft = false date: 2026-02-19
title = 'Hello World' summary: Welcome to my world."
+++ tags: []
---
Testing 123 Testing 123
# A nice test header # A nice test header
+1
View File
@@ -3,6 +3,7 @@ title: "Smart Home Setup"
date: 2026-02-19 date: 2026-02-19
image: "medal.webp" # This is the key Hugo Profile looks for! image: "medal.webp" # This is the key Hugo Profile looks for!
summary: "A deep dive into my automated home lab." summary: "A deep dive into my automated home lab."
tags: []
--- ---
this is my amazing smart home! this is my amazing smart home!
+7
View File
@@ -38,6 +38,13 @@ theme = "hugo-profile"
icon = "linkedin" icon = "linkedin"
url = "https://www.linkedin.com/in/ash-marlow/" url = "https://www.linkedin.com/in/ash-marlow/"
[params.sections]
about = true
experience = true
education = true
projects = true
contact = true
# Menu Configuration # Menu Configuration
[[menu.main]] [[menu.main]]
name = "About" name = "About"