39 lines
1.0 KiB
TOML
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 = "Systems Engineer | Self-Hosting Enthusiast | Problem Solver"
|
|
imageUrl = "img/avatar.png" # Place your photo in static/img/avatar.jpg
|
|
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://linkedin.com/in/yourprofile" |