From a417a666b457cb46b2fdef3bf56b5f2ee181f65c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 2 Dec 2024 17:42:10 -0700 Subject: [PATCH] add more devices to the page --- content/devices/data.toml | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/content/devices/data.toml b/content/devices/data.toml index bced6fc..11aac4a 100644 --- a/content/devices/data.toml +++ b/content/devices/data.toml @@ -7,6 +7,13 @@ { 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" @@ -29,9 +36,23 @@ { name = "link", url = "https://support.google.com/pixelslate/answer/9131920?hl=en" } ] [[device]] - name = "EDI" - desc = "Custom deskop running a homelab" - tags = [ "homelab", "desktop" ] + name = "Lexi" + desc = "OnePlus 6T" + tags = [ "portable", "phone" ] links = [ - { name = "Status", url = "https://status.ahoneybun.net" } + { name = "link", url = "https://www.gsmarena.com/oneplus_6t-9350.php" } ] +[[device]] + name = "Nameless" + desc = "Librem5" + tags = [ "portable", "phone" ] + links = [ + { name = "link", url = "https://shop.puri.sm/shop/librem-5/" } + ] +[[device]] + name = "Nameless" + desc = "Steam Deck LCD 512GB" + tags = [ "portable", "game console" ] + links = [ + { name = "link", url = "https://www.steamdeck.com/en/tech/deck" } + ] \ No newline at end of file