edit homepage
This commit is contained in:
@@ -108,12 +108,13 @@ groupByYear = false
|
|||||||
cardView = false
|
cardView = false
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
|
|
||||||
[params.author]
|
params:
|
||||||
name = "Your Name"
|
author:
|
||||||
image = "profile.jpg"
|
name: "Ash"
|
||||||
bio = "A little bit about you"
|
image: "static/img/me.jpg" # Your profile pic
|
||||||
links = [
|
headline: "DevOps | Hardware | Security"
|
||||||
{ twitter = "https://twitter.com/username" },
|
bio: "Building cool things with Docker and Tanium."
|
||||||
{ github = "https://github.com/ashtom50" },
|
links:
|
||||||
{ email = "mailto:you@example.com" }
|
- 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"
|
title: "Ash Marlow"
|
||||||
description: "Software Engineer specializing in hardware, security, and automation."
|
description: "Software Engineer specializing in hardware, security, and automation."
|
||||||
type: "background"
|
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.
|
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.
|
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