Generates static HTML files for every Radio4000 channel. Just an experiment..
Here's how it works.
Run npm install
once for the 11ty Eleventy static site generator.
Then, you can either:
make
to fetch all channels and build the site into the_site
foldermake seed start
for developing
To generate the pages from JSON with Eleventy, we have:
_data/channels.js
that serializesraw-channels.json
. Available as{{channels}}
in templateschannels.liquid
that uses the Paginate feature to generate the pages