homepage for my old campus radio show.
Based on the Eleventy starter blog template, converted from an ages old wordpress site (with like, <font>
tags n shit). Relying on netlify static site + large file storage/mixcloud to remove all hosting costs for a 15GB archive of audio files 😎.
npx eleventy
Or build and host locally for local development
npx eleventy --serve
Or build automatically when a template changes:
npx eleventy --watch
Or in debug mode:
DEBUG=* npx eleventy