From 5665ce4bd6a0f80a17e5c2244d10a56473f23c27 Mon Sep 17 00:00:00 2001 From: ash Date: Sat, 14 Mar 2026 20:16:21 +0000 Subject: [PATCH] changed to profile layout --- .gitignore | 12 +++++++++++- config/_default/params.toml | 24 ++++++++++++++---------- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 132a090..7ba2a9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ public/ -resources/ \ No newline at end of file +resources/ +#others +node_modules +.hugo_build.lock + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes \ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml index b451b32..0d1d95d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -33,7 +33,7 @@ showAppearanceSwitcher = true showScrollToTop = true [homepage] -layout = "card" +layout = "profile" showRecent = true showRecentItems = 6 showMoreLink = true @@ -109,12 +109,16 @@ cardView = false cardViewScreenWidth = false [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 +name = "Ash" +image = "img/me.jpg" +headline = "DevOps | Hardware | Security" +bio = "Building cool things with Docker and Tanium." + + [[author.links]] + github = "https://github.com/ashtom50" + + [[author.links]] + linkedin = "https://linkedin.com/in/ash-marlow/" + + [[author.links]] + gitea = "https://git.marlow.quest"