Compare commits

...

3 commits

Author SHA1 Message Date
Aaron Honeycutt
fe1c20369a
Merge c50becb311 into 326376ea78 2025-03-19 11:38:48 -06:00
326376ea78 update job desc 2025-03-19 11:24:08 -06:00
a68c6a9233 add resume section and turn off device section 2025-03-18 12:54:48 -06:00
3 changed files with 32 additions and 1 deletions

View file

@ -57,7 +57,7 @@ recent_more_text = "more »"
sections = [
{ name = "posts", path = "/posts", is_external = false },
{ name = "projects", path = "/projects", is_external = false },
{ name = "devices", path = "/devices", is_external = false },
{ name = "resume", path = "/resume", is_external = false },
# { name = "about", path = "/about", is_external = false },
# { name = "github", path = "https://github.com/ahoneybun", is_external = true },
]

8
content/resume/_index.md Normal file
View file

@ -0,0 +1,8 @@
+++
title = "Aaron Honeycutt Resume"
description = "My resume."
template = "projects.html"
[extra]
lang = 'en'
+++

23
content/resume/data.toml Normal file
View file

@ -0,0 +1,23 @@
[[project]]
name = "Flight Software Developer 1"
desc = "Making space things"
tags = [ "latest" ]
links = [
{ name = "York Space Systems", url = "https://www.yorkspacesystems.com/" }
]
[[project]]
name = "Happiness Architect"
desc = "Tier 2 : Supporting humans who support humans with Linux"
tags = [ "previously" ]
links = [
{ name = "System76", url = "https://system76.com/" }
]
[[project]]
name = "Happiness Engineer"
desc = "Tier 1 : Supporting humans with Linux"
tags = [ "previously" ]
links = [
{ name = "System76", url = "https://system76.com" }
]