mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
add resume section and turn off device section
This commit is contained in:
parent
2f88cd7a54
commit
a68c6a9233
3 changed files with 32 additions and 1 deletions
8
content/resume/_index.md
Normal file
8
content/resume/_index.md
Normal 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
23
content/resume/data.toml
Normal 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 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" }
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue