Files
website/hugo.toml
T
2026-02-19 18:01:07 +00:00

39 lines
1.0 KiB
TOML

baseURL = 'https://me.marlow.boats'
languageCode = 'en-uk'
# title = 'My Self-Hosted Blog'
theme = 'PaperMod'
[author]
name = "Ash Marlow"
[params]
defaultTheme = "auto"
showShareButtons = true
showCodeCopyButtons = true
author = "Ash Marlow"
# Profile Mode
[params.profileMode]
enabled = true
title = "Ash Marlow"
subtitle = "Physics | Software Engineer | Automation"
imageUrl = "img/avatar.jpg" # Place your photo in static/img/avatar.pn
imageWidth = 150
imageHeight = 150
[[params.profileMode.buttons]]
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/"