From 95620ffeb87a5d33f8e4567f9fba6ff197924dfc Mon Sep 17 00:00:00 2001 From: ash Date: Sat, 14 Mar 2026 19:41:09 +0000 Subject: [PATCH] update to toml --- config/_default/params.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9338463..f5356b2 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 \ No newline at end of file +[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" } + ] \ No newline at end of file