Eleventy - Notes On Starting Out

Setup

  1. create a template using Glitch.
  2. downloaded the source and open in VS Code and started editing away.
To install Eleventy and run locally you must install the npm package

npm i -D @11ty/eleventy

To run do

npm start

If you make any changes to eleventy.js or any other .js file

stop and start at the terminal

If you install any new packages

stop and start at the terminal

This is a good tutorial (and includes CNAME kerfuffle)

https://www.justus.ws/tech/deploying-eleventy-to-github-pages/