This commit is contained in:
ash
2026-02-19 18:22:00 +00:00
parent 27a8e65c3c
commit 281248aa44
+36 -34
View File
@@ -1,39 +1,41 @@
baseURL = 'https://me.marlow.boats' baseURL = "https://me.marlow.boats/"
languageCode = 'en-uk' title = "Your Name | Portfolio"
# title = 'My Self-Hosted Blog' theme = "hugo-coder"
theme = 'PaperMod' languageCode = "en"
[author] defaultContentLanguage = "en"
name = "Ash Marlow" paginate = 20
[params] [params]
defaultTheme = "auto"
showShareButtons = true
showCodeCopyButtons = true
author = "Ash Marlow" 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 💙"
# Profile Mode # Social links for your CV
[params.profileMode] [[params.social]]
enabled = true name = "Github"
title = "Ash Marlow" icon = "fa fa-2x fa-github"
subtitle = "Physics | Software Engineer | Automation" weight = 1
imageUrl = "img/avatar.jpg" # Place your photo in static/img/avatar.pn url = "https://github.com/ashtom50"
imageWidth = 150 [[params.social]]
imageHeight = 150 name = "LinkedIn"
icon = "fa fa-2x fa-linkedin"
[[params.profileMode.buttons]] weight = 2
name = "View My Projects"
url = "/posts"
[[params.profileMode.buttons]]
name = "Download CV"
url = "/cv.pdf" # Place your PDF in static/cv.pdf
# Social Icons for your CV
[[params.socialIcons]]
name = "github"
url = "https://your-gitea-link-or-github"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/ash-marlow/" url = "https://www.linkedin.com/in/ash-marlow/"
# The Menu (This links to your blog/projects)
[[menu.main]]
name = "About"
weight = 1
url = "about/"
[[menu.main]]
name = "Projects"
weight = 2
url = "projects/"
[[menu.main]]
name = "Contact"
weight = 3
url = "contact/"