TLI Cycling website built using Eleventy static site generator, hosted on Netlify and with Netlify CMS for .
Based on the Eleventy Netlify Boilerplate by Dan Urbanowicz.
git clone https://github.com/andrewdisley/tlicycling-static
cd tlicycling-static
npm install @11ty/eleventy
npx @11ty/eleventy
Or build automatically when a template changes:
npx @11ty/eleventy --watch
Or in debug mode:
DEBUG=* npx @11ty/eleventy