uses is now a draft

This commit is contained in:
John Bowdre 2024-01-19 09:28:22 -06:00
parent 18a970c7ed
commit eeab259eeb
2 changed files with 15 additions and 12 deletions

View file

@ -5,22 +5,22 @@
# weight = 10 # weight = 10
[[main]] [[main]]
identifier = "posts" identifier = "projects"
name = "posts" name = "projects"
url = "/" url = "/series/projects/"
weight = 1 weight = 1
[[main]] [[main]]
identifier = "uses" identifier = "tips"
name = "uses" name = "tips"
url = "/uses" url = "/series/tips/"
weight = 2 weight = 1
[[main]] [[main]]
identifier = "about" identifier = "code"
name = "about" name = "code"
url = "/about/" url = "/series/code/"
weight = 3 weight = 1
[[main]] [[main]]
identifier = "virtuallypotato" identifier = "virtuallypotato"

View file

@ -4,12 +4,15 @@ date: "2024-01-19T04:15:31Z"
# lastmod: {{ .Date | time.Format "2006-01-02" }} # lastmod: {{ .Date | time.Format "2006-01-02" }}
description: "The hardware, software, and services which keep me going." description: "The hardware, software, and services which keep me going."
toc: true toc: true
draft: true
comments: true comments: true
timeless: 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 ### 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 ### Software