diff --git a/.gitmodules b/.gitmodules index ce3490a..41cc572 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/hugo-coder"] - path = themes/hugo-coder - url = https://github.com/luizdepra/hugo-coder.git +[submodule "themes/hugo-profile"] + path = themes/hugo-profile + url = https://github.com/gurusabarish/hugo-profile.git diff --git a/content/projects/smart-home/index.md b/content/projects/smart-home/index.md index 6c79f16..5998c37 100644 --- a/content/projects/smart-home/index.md +++ b/content/projects/smart-home/index.md @@ -1,9 +1,8 @@ --- title: "Smart Home Setup" date: 2026-02-19 -draft: false -thumbnail: "shrek.jpg" -featureImage: "shrek.jpg" +image: "medal.webp" # This is the key Hugo Profile looks for! +summary: "A deep dive into my automated home lab." --- this is my amazing smart home! diff --git a/content/projects/smart-home/medal.webp b/content/projects/smart-home/medal.webp new file mode 100644 index 0000000..6105f87 Binary files /dev/null and b/content/projects/smart-home/medal.webp differ diff --git a/content/projects/smart-home/shrek.jpg b/content/projects/smart-home/shrek.jpg deleted file mode 100644 index 2bcfd10..0000000 Binary files a/content/projects/smart-home/shrek.jpg and /dev/null differ diff --git a/hugo.toml b/hugo.toml index f7f1897..4c72690 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,49 +1,57 @@ baseURL = "https://me.marlow.boats/" -title = "Ash Marlow | Portfolio" -theme = "hugo-coder" -languageCode = "en" -defaultContentLanguage = "en" +title = "Ash Marlow" +theme = "hugo-profile" + [pagination] pagerSize = 20 [params] + # General Info author = "Ash Marlow" - description = "Personal Portfolio & Projects" - keywords = "blog,developer,personal" - 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 - colorscheme = "auto" + description = "Systems Engineer & Self-Hosting Enthusiast" + avatar = "img/avatar.jpg" # Place your photo in static/img/avatar.jpg + + # Theme Toggle (Dark/Light) + # This theme handles it automatically with a built-in toggle + + # Homepage Sections + [params.about] + enable = true + title = "About Me" + content = "Systems Engineer passionate about home labs, networking, and automation." + image = "img/about.jpg" - # Social links for your CV + [params.experience] + enable = true + title = "Experience" + [[params.experience.list]] + company = "Your Company" + position = "Systems Engineer" + duration = "2024 - Present" + content = "Working on LXC, Docker, and Webhooks." + + # Social Icons [[params.social]] - name = "Github" - icon = "fa fa-2x fa-github" - weight = 1 + icon = "github" url = "https://github.com/ashtom50" [[params.social]] - name = "LinkedIn" - icon = "fa fa-2x fa-linkedin" - weight = 2 + icon = "linkedin" url = "https://www.linkedin.com/in/ash-marlow/" -# The Menu (This links to your blog/projects) +# Menu Configuration [[menu.main]] name = "About" + url = "/#about" weight = 1 - url = "about/" +[[menu.main]] + name = "Experience" + url = "/#experience" + weight = 2 [[menu.main]] name = "Projects" - weight = 2 - url = "projects/" + url = "/projects" + weight = 3 [[menu.main]] name = "Blog" - weight = 3 - url = "posts/" -[[menu.main]] - name = "Contact" + url = "/posts" weight = 4 - url = "contact/" - diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 index cb13ec4..0000000 --- a/themes/hugo-coder +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cb13ec4671611990420f29321c4430e928a67518 diff --git a/themes/hugo-profile b/themes/hugo-profile new file mode 160000 index 0000000..ecc48c8 --- /dev/null +++ b/themes/hugo-profile @@ -0,0 +1 @@ +Subproject commit ecc48c8db383f2f00ef2f6d20b0559755c9b6104