Skip to content

Commit a45ea32

Browse files
francisfuzzclaude
andauthored
Add gear page with equipment and tools list (#41)
* feat: add Gear page with equipment list and affiliate disclaimer Adds a new /gear/ page listing recording software, audio/video equipment, and desk setup items with manufacturer links. Updates nav to include the Gear link alongside Home, Résumé, and Posts. https://claude.ai/code/session_01KswpWj8Fdgwc7fySXzYfkJ * feat(gear): add microphone, laptop, and chair Adds Blue Yeti microphone to Audio/Video section, and MacBook Pro M1 and Herman Miller Aeron chair to Desk Setup section. https://claude.ai/code/session_01KswpWj8Fdgwc7fySXzYfkJ --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent baa8d2b commit a45ea32

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<a href="/">Home</a>
5050
<a href="/resume/">Résumé</a>
5151
<a href="/posts/">Posts</a>
52+
<a href="/gear/">Gear</a>
5253
</nav>
5354

5455
<main>

gear.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: default
3+
title: Gear
4+
permalink: /gear/
5+
---
6+
7+
# Gear
8+
9+
A running list of the tools and equipment I rely on. Links point to the manufacturer's page by default.
10+
11+
*Some links may be affiliate links. If you purchase through one, I may earn a small commission at no extra cost to you — I only list gear I actually use.*
12+
13+
---
14+
15+
## Software
16+
17+
- **[Screen Studio](https://screen.studio/)** — My go-to for recording clean, polished screen recordings. The auto-zoom and editing features make it genuinely fun to use.
18+
19+
## Audio / Video
20+
21+
- **[Opal C1](https://opalcamera.com/opal-c1)** — A dedicated webcam that punches well above its weight. Makes a noticeable difference on calls and recordings.
22+
- **[Blue Yeti](https://www.bluemic.com/products/yeti/)** — A reliable USB microphone that delivers clear audio out of the box. No audio interface required.
23+
- **[Sennheiser Momentum 4 Wireless](https://us.sennheiser-hearing.com/products/momentum-4-wireless)** — Comfortable for long sessions, great noise cancellation, and the battery life is exceptional.
24+
25+
## Desk Setup
26+
27+
- **[MacBook Pro 13-inch, M1 (2020)](https://support.apple.com/en-us/111893)** — The machine everything runs on. The M1 chip still holds up remarkably well.
28+
- **[Jarvis Bamboo Standing Desk](https://store.hermanmiller.com/standing-desks/jarvis-bamboo-standing-desk/2542428.html?lang=en_US)** — Solid, height-adjustable standing desk. The bamboo top is a nice touch.
29+
- **[Herman Miller Aeron](https://www.hermanmiller.com/products/seating/office-chairs/aeron-chairs/)** — The chair I wish I'd bought sooner. Worth every penny for long work sessions.
30+
- **[OWC 11-Port Thunderbolt Dock](https://www.owc.com/solutions/thunderbolt-dock)** — Keeps everything connected with one cable to the laptop. Reliable and well-built.
31+
- **[Lenovo ThinkVision P44w](https://support.lenovo.com/us/en/solutions/pd500278-thinkvision-p44w-10-monitor-overview-and-service-parts)** — A wide-format ultrawide monitor that gives plenty of screen real estate without the complexity of a dual-monitor setup.

0 commit comments

Comments
 (0)