Template from https://github.com/madrilene/eleventy-excellent
npm install
Starts watch tasks to compile when changes detected
npm start
For testing RSS feed changes, set the URL
environment variable:
URL=http://localhost:8080 npm start
Minify JS, CSS and HTML.
npm run build