Profile Mode
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-02-19T17:49:15Z'
|
||||||
|
draft = true
|
||||||
|
title = 'My Smart Home Setup'
|
||||||
|
+++
|
||||||
@@ -5,8 +5,35 @@ theme = 'PaperMod'
|
|||||||
[author]
|
[author]
|
||||||
name = "Ash Marlow"
|
name = "Ash Marlow"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
defaultTheme = "auto"
|
defaultTheme = "auto"
|
||||||
showShareButtons = true
|
showShareButtons = true
|
||||||
showCodeCopyButtons = 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 |
Reference in New Issue
Block a user