diff --git a/config.toml b/config.toml index 0921df0..b9c41eb 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/devices/_index.md b/content/devices/_index.md deleted file mode 100644 index e6fd868..0000000 --- a/content/devices/_index.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -title = "My Devices" -description = "My devices page." -template = "devices.html" - -[extra] -lang = 'en' -+++ diff --git a/content/devices/data.toml b/content/devices/data.toml deleted file mode 100644 index e6b45a8..0000000 --- a/content/devices/data.toml +++ /dev/null @@ -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" } - ] \ No newline at end of file