Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 565 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 565 Bytes

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 folder
  • make seed start for developing

To generate the pages from JSON with Eleventy, we have:

  1. _data/channels.js that serializes raw-channels.json. Available as {{channels}} in templates
  2. channels.liquid that uses the Paginate feature to generate the pages