The website is automatically transformed by 11ty into a static site.
You'll need to have Node.js installed in order to build this website. Afterwards it's the usual
npm install
to fetch dependencies for the website, and then
gulp
to build it in development mode, or
gulp --production
to build it in production mode (including all the minifications and optimizations). This currently uses gulp.js to run the build tasks and 11ty for the static site generation.
Once this is done, you can use
npm start
to start a webserver for the website and simply visit http://localhost:8000 to view it.
The following files and directories are Copyright (c) Benedikt Meurer. You may not reuse anything therein without my permission:
The remaining files are MIT licensed unless stated otherwise. Feel free to reuse the HTML and CSS (based on files taken from Mark Otto' Poole theme for the Jekyll static site generator) as you please. If you do use them, a link back to this website would be appreciated, but is not required.