diff --git a/config.toml b/config.toml index 360cde7..511ee1c 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 = "resume", path = "/resume", is_external = false }, + { name = "devices", path = "/devices", 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 deleted file mode 100644 index 76876be..0000000 --- a/content/resume/_index.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -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 deleted file mode 100644 index c4477af..0000000 --- a/content/resume/data.toml +++ /dev/null @@ -1,23 +0,0 @@ -[[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" } - ]