Eleventy - Notes On Starting Out
Setup
- create a template using Glitch.
- 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/
Previous post: Flutter's TextField and TextFormField Events
Next post: Starting Out With Eleventy (11ty) CRM & Why Duplication Sucks