From 051737969d6385c5aa6609e85c3cefec396880e2 Mon Sep 17 00:00:00 2001 From: Samuel Eisenhandler Date: Thu, 12 Jan 2023 15:10:14 -0500 Subject: [PATCH] Start of a uses page --- config.toml | 1 + content/uses/_index.md | 56 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 content/uses/_index.md diff --git a/config.toml b/config.toml index 7ce1149..a7df6ce 100644 --- a/config.toml +++ b/config.toml @@ -29,5 +29,6 @@ menu_items = [ {name = "blog", url = "$BASE_URL/blog"}, {name = "projects", url = "$BASE_URL/projects"}, {name = "recordings", url = "$BASE_URL/recordings"}, + {name = "uses", url = "$BASE_URL/uses"}, {name = "feed", url = "$BASE_URL/atom.xml"}, ] diff --git a/content/uses/_index.md b/content/uses/_index.md new file mode 100644 index 0000000..ed8df73 --- /dev/null +++ b/content/uses/_index.md @@ -0,0 +1,56 @@ ++++ +title = "Uses" +template = "home.html" ++++ + +# Uses + +This is a "uses" page in progress. + +## Hardware + +- 16" M1 MacBook Pro +- Lenovo X1 Carbon Gen 7 +- MX Mechanical Mini +- MX Master 3 +- CalDigit TS4 +- Dual LG 4K Monitors +- Samsung Galaxy Note 10+ 5G +- iPad (7th generation) +- Casio F91W + +## Workspace + +- Herman Miller Sayl Chair +- Fully Jarvis Bamboo Standing Desk +- TODO: Desk mat? + +## Trumpets + +- Bach Stradivarius 37 "Big Apple" Bb Trumpet +- Bach Stradivarius 256/25H C Trumpet +- Bach Stradivarius D/Eb Conversion +- Getzen Eterna 940 Short Bell Piccolo +- Yamaha YFH-8310Z Flugelhorn + +## Mouthpieces + +- Bach 1C +- Warburton Screwrim Peashooter + +## Magic: the Gathering Decks + +- Modern + - 5C Humans + - Amulet Titan +- Legacy + - UR Delver + - UW Stoneblade + +## Groceries + +- Who Cooks for You Farm produce +- Cold Co Farm greens +- Fallen Aspen Farm pork and eggs +- Goat Rodeo cheese +- Trader Joe's Microwavable Butter Chicken -- 2.45.2