Profile Mode

This commit is contained in:
ash
2026-02-19 17:53:00 +00:00
parent 17bb814019
commit 2af9ec2a6b
3 changed files with 33 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
+++
date = '2026-02-19T17:49:15Z'
draft = true
title = 'My Smart Home Setup'
+++
+28 -1
View File
@@ -5,8 +5,35 @@ theme = 'PaperMod'
[author]
name = "Ash Marlow"
[params]
defaultTheme = "auto"
showShareButtons = true
showCodeCopyButtons = true
author = "Ash Marlow"
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"
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB