Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 768 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 768 Bytes

radio-slipstream

Netlify Status

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 😎.

commands

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