diff --git a/config.toml b/config.toml index 511ee1c..360cde7 100644 --- a/config.toml +++ b/config.toml @@ -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 }, ] diff --git a/content/resume/_index.md b/content/resume/_index.md new file mode 100644 index 0000000..76876be --- /dev/null +++ b/content/resume/_index.md @@ -0,0 +1,8 @@ ++++ +title = "Aaron Honeycutt Resume" +description = "My resume." +template = "projects.html" + +[extra] +lang = 'en' ++++ diff --git a/content/resume/data.toml b/content/resume/data.toml new file mode 100644 index 0000000..aaef574 --- /dev/null +++ b/content/resume/data.toml @@ -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" } + ]