Skip to content

TLI Cycling Website built using Eleventy hosted on Netlify with Netlify CMS support.

License

Notifications You must be signed in to change notification settings

andrewdisley/tlicycling-static

Repository files navigation

TLI Cycling Website

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.

Local development

1. Clone this repository:

git clone https://github.com/andrewdisley/tlicycling-static

2. Navigate to the directory

cd tlicycling-static

3. Install dependencies locally

npm install @11ty/eleventy

4. Run Eleventy (builds the site)

npx @11ty/eleventy

Or build automatically when a template changes:

npx @11ty/eleventy --watch

Or in debug mode:

DEBUG=* npx @11ty/eleventy