update to toml

This commit is contained in:
ash
2026-03-14 19:41:09 +00:00
parent 91eea53ea6
commit 95620ffeb8
+10 -10
View File
@@ -108,13 +108,13 @@ groupByYear = false
cardView = false
cardViewScreenWidth = false
params:
author:
name: "Ash"
image: "static/img/me.jpg" # Your profile pic
headline: "DevOps | Hardware | Security"
bio: "Building cool things with Docker and Tanium."
links:
- github: https://github.com/ashtom50
- linkedin: https://linkedin.com/in/ash-marlow/
- gitea: https://git.marlow.quest
[author]
name = "Ash"
image = "img/me.jpg" # Important: remove "static/" from the path
headline = "DevOps | Hardware | Security"
bio = "Building cool things with Docker and Tanium."
links = [
{ github = "https://github.com/ashtom50" },
{ linkedin = "https://linkedin.com/in/ash-marlow/" },
{ gitea = "https://git.marlow.quest" }
]