From 91eea53ea6a4ab8ae247a3bf73db2b220cb45b8d Mon Sep 17 00:00:00 2001 From: ash Date: Sat, 14 Mar 2026 19:35:58 +0000 Subject: [PATCH] edit homepage --- config/_default/params.toml | 19 ++++++++++--------- content/_index.md | 10 ++-------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 3d8d936..9338463 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -108,12 +108,13 @@ groupByYear = false cardView = false cardViewScreenWidth = false -[params.author] - name = "Your Name" - image = "profile.jpg" - bio = "A little bit about you" - links = [ - { twitter = "https://twitter.com/username" }, - { github = "https://github.com/ashtom50" }, - { email = "mailto:you@example.com" } - ] \ No newline at end of file +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 diff --git a/content/_index.md b/content/_index.md index ebe8b98..a09b087 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,16 +2,10 @@ title: "Ash Marlow" description: "Software Engineer specializing in hardware, security, and automation." type: "background" +layout: "profile" --- + I am a **Software Engineer** specializing in the intersection of hardware, security, and automation. My career has evolved from architecting firmware for IoT appliances at Panasonic to securing high-stakes MoD systems with Tanium at Pointwire. Currently, I’m at Nextbase, where I test firmware and cloud systems by building automation frameworks and hardware-in-the-loop (HIL) test environments. When I’m not writing scripts or managing my Proxmox server, you’ll usually find me tinkering with my **HomeLab** setup, playing the piano, or heading out on a day trip with my dog. - -### Tech Stack & Arsenal - -{{< icon "github" >}} -{{< icon "docker" >}} -{{< badge icon="raspberrypi" >}}Raspberry Pi HIL{{< /badge >}} -{{< badge icon="cpu" >}}STM32 / ESP32{{< /badge >}} -{{< badge icon="tanium" >}}Tanium Cloud{{< /badge >}} \ No newline at end of file