Oh crap, it actually works

Programming, software, and related topics

Headlessly setting up a Raspberry Pi Zero Wireless

On Pi Day (3.14), Microcenter had the Raspberry Pi Zero Wireless on sale for $3.14, so naturally I had to pick one up, with a microSD card. But once I got home, I quickly realized that I had no mini-HDMI or micro-USB adapters, so I had no way to set it up. Fortunately, Raspbian has an official way to set up SSH and WiFi. However, it doesn't quite work.

Lightweight Website

I've always been a strong believer in lightweight, simple web pages that don't do more than necessary. That's not to say I want a plain text document with no styling at all, but rather a website that doesn't rely on a massive CSS or JavaScript framework to offer basic functionality. This line of reasoning is why I chose a static site generator in the first place - why on Earth would you need server side processing or a database for a website that never changes?

Minifying Wyam Output - Part 2

Wyam 2.1.2 and 2.1.3 include an update implementing IList<IfCondition> on If modules. This makes adding MinifyHtml to the TagIndex and BlogArchive Pipelines much easier than before: