Fixed Hugo
This commit is contained in:
+7
-2
@@ -1,3 +1,8 @@
|
|||||||
# Hello
|
---
|
||||||
|
title: "About Me"
|
||||||
|
date: 2026-02-19
|
||||||
|
draft: false
|
||||||
|
tags: []
|
||||||
|
---
|
||||||
|
|
||||||
its me
|
This is stuff about me!
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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!
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user