diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 1016a4c..a4b6fee 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -5,22 +5,22 @@ # weight = 10 [[main]] - identifier = "posts" - name = "posts" - url = "/" + identifier = "projects" + name = "projects" + url = "/series/projects/" weight = 1 [[main]] - identifier = "uses" - name = "uses" - url = "/uses" - weight = 2 + identifier = "tips" + name = "tips" + url = "/series/tips/" + weight = 1 [[main]] - identifier = "about" - name = "about" - url = "/about/" - weight = 3 + identifier = "code" + name = "code" + url = "/series/code/" + weight = 1 [[main]] identifier = "virtuallypotato" diff --git a/content/uses.md b/content/uses.md index 7920000..3afe333 100644 --- a/content/uses.md +++ b/content/uses.md @@ -4,12 +4,15 @@ date: "2024-01-19T04:15:31Z" # lastmod: {{ .Date | time.Format "2006-01-02" }} description: "The hardware, software, and services which keep me going." toc: true +draft: true comments: true timeless: true --- -Here's what this page is and why I'm doing it. +Here's the stuff I use and how I use it. ### Hardware +- **[Framework Laptop Chromebook Edition](https://frame.work/products/laptop-chromebook-12-gen-intel)** (i5-1240P | 32GB RAM | 1TB NVMe). This is my primary personal computing device. Yep, it's an overpowered Chromebook, and I make full use of the [Linux Development Environment](https://www.chromium.org/chromium-os/developer-library/guides/containers/containers-and-vms/) to Do Things. I love it. +- ### Software