The living style guide for this site: every content component, exercised.
This page is not a build log. It is a checklist wearing a build log’s clothes, meant to prove every prose element and content component the migration relies on still renders the way the handoff describes.
Section Heading
A run-of-the-mill h2, sitting above a shorter h3 and an even shorter h4, the same nesting order a normal post would use for a multi-day build.
Subsection Heading
Text under the h3, just enough to keep the heading from looking orphaned.
Detail Heading
An h4 label, the kind used for a small aside inside a subsection.
Build Log Checklist
The parts bin sort turned into three levels of sublists once I started separating leftover fasteners from anything that still needed testing.
- Chassis bin
- Fasteners
- M3 socket head, 20 count, mostly matched
- M3 nylon lock nuts, loose in the tray
- Standoffs
- 10mm aluminum, six pulled from the old triclops build
- Fasteners
- Electronics bin
- Sensors
- IR receiver, untested
- Boards
- Spare driver board, needs a reflow on one pad
- Sensors
The reassembly order ended up mattering enough to write down as a numbered list, three levels deep once the sub-steps for wiring got specific.
- Strip the chassis
- Pull the driver board
- Confirm the reflow held before reinstalling
- Reseat the ribbon cable
- Pull the sensor mast
- Pull the driver board
- Reassemble
- Seat the chassis screws finger tight, then a quarter turn more
- Reconnect the battery lead last
Half of this project was remembering which drawer the good standoffs were in.
An attributed quote carries its provenance in the lower right, for passages pulled from an older era of the blog.
Past me was confident the wiring harness would never need to come off. Past me was wrong.
IR Command Table
The remote’s command set, logged here mostly so I stop guessing at hex codes from memory.
| Function | Command | Hex |
|---|---|---|
| Power toggle | POWER | 0x40BF |
| Forward | CH_UP | 0x48B7 |
| Reverse | CH_DOWN | 0xC837 |
| Stop | MUTE | 0x22DD |
Media on the left, text on the right, stacking to a single column on narrow screens.
Same layout, mirrored, media on the right.
-
A step is one row: photo on the left at 200px, the text beside it at body size. Numbering is opt-in per walkthrough.
-
A step can carry more than one photo; the photo cell grows 200px per photo.
-
Every photo in a walkthrough opens the lightbox as one set. Below 600px the row stacks, photo centered above the text.
Image formats and the pipeline
The SVG figures above pass through the image pipeline untouched (vector stays vector, and GIFs keep their animation the same way). Raster images come out the other side as responsive WebP sized to the column:
Prose images can also be authored in plain markdown with a relative path; they ride the same pipeline:

A bare fenced block, no filename wrapper, just the language tag:
function readIr(code) {
return code === 0x40bf ? "power" : "unknown";
}
The same idea in Python, this time wrapped in the filename island:
def read_ir(code):
return "power" if code == 0x40BF else "unknown" A paragraph wrapped in a Group, used when a bit of prose needs its own boxed container instead of flowing with the rest of the section.
Palette Chips
Color documentation uses the Palette component; the real palette lives in the Brand Guide.
| Swatch | Role | Hex | Used for |
|---|---|---|---|
| Accent amber | #ffaa3c | demo row | |
| Ink | #404040 | demo row |
Site Furniture
The newsletter panel is the amber block shared across my projects. The post variant renders between a post’s end and its prev/next navigation:
Plenty more where this came from
If you want to hear when a new post or project goes up, leave an email and I'll send a note. No schedule, no spam.
Double opt-in. Every email has an unsubscribe link.