remove unused device page and turn off resume

This commit is contained in:
Aaron Honeycutt 2026-03-26 17:31:17 -06:00
parent aca016f80c
commit fc5e3088b7
3 changed files with 0 additions and 54 deletions

View file

@ -57,9 +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 = "about", path = "/about", is_external = false },
# { name = "github", path = "https://github.com/ahoneybun", is_external = true },
]
blog_section_path = "/posts"

View file

@ -1,8 +0,0 @@
+++
title = "My Devices"
description = "My devices page."
template = "devices.html"
[extra]
lang = 'en'
+++

View file

@ -1,44 +0,0 @@
[[device]]
name = "Shepard"
desc = "System76 nebula49 custom desktop"
tags = [ "workstation", "desktop" ]
links = [
{ name = "Case", url = "https://system76.com/components/nebula49-3/configure" },
{ name = "Mainboard", url = "https://www.gigabyte.com/Motherboard/X299-AORUS-Gaming-3-rev-10#kf" },
{ name = "CPU", url = "https://www.intel.com/content/www/us/en/products/sku/198012/intel-core-i910920x-xseries-processor-19-25m-cache-3-50-ghz/specifications.html" }
]
[[device]]
name = "EDI"
desc = "Custom deskop running a homelab"
tags = [ "homelab", "desktop" ]
links = [
{ name = "Status", url = "https://status.ahoneybun.net" }
]
[[device]]
name = "Garrus"
desc = "System76 Galago Pro Laptop"
tags = [ "portable", "laptop" ]
links = [
{ name = "link", url = "https://system76.com/laptops/galago" }
]
[[device]]
name = "Drack"
desc = "Thinkpad X13s laptop"
tags = [ "aarch64", "portable", "laptop" ]
links = [
{ name = "link", url = "https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadx/thinkpad--x13s-(13-inch-snapdragon)/len101t0019" }
]
[[device]]
name = "Grunt"
desc = "Google Slate i5"
tags = [ "portable", "tablet" ]
links = [
{ name = "link", url = "https://support.google.com/pixelslate/answer/9131920?hl=en" }
]
[[device]]
name = "Lexi"
desc = "OnePlus 6T"
tags = [ "portable", "phone" ]
links = [
{ name = "link", url = "https://www.gsmarena.com/oneplus_6t-9350.php" }
]