edit homepage
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
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
|
||||
+2
-8
@@ -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 >}}
|
||||
Reference in New Issue
Block a user