This website uses Eleventy as static site generator.
It is based on the template eleventy-excellent created by Lene.
Eleventy requires Node.js to serve and build it locally, so make sure to install Node.js and npm.
npm install
Starts watch tasks to compile when changes detected
npm start
Minify JS, CSS and HTML.
npm run build