From f0f41ffe4f6831dcada489998588f7f6adb3a40a Mon Sep 17 00:00:00 2001 From: Ash Marlow Date: Fri, 20 Feb 2026 08:00:47 +0000 Subject: [PATCH] Hugo.toml --- hugo.toml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/hugo.toml b/hugo.toml index b263487..1d8e25c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -19,7 +19,7 @@ theme = "hugo-profile" enable = true title = "About Me" content = "Systems Engineer passionate about home labs, networking, and automation." - image = "img/about.jpg" + image = "img/avatar.jpg" [params.experience] enable = true @@ -43,22 +43,4 @@ theme = "hugo-profile" experience = true education = true projects = true - contact = true - -# Menu Configuration -[[menu.main]] - name = "About" - url = "/#about" - weight = 1 -[[menu.main]] - name = "Experience" - url = "/#experience" - weight = 2 -[[menu.main]] - name = "Projects" - url = "/projects" - weight = 3 -[[menu.main]] - name = "Blog" - url = "/posts" - weight = 4 + contact = true \ No newline at end of file