Find it here !
All code is licensed under MIT, with the exception of code located under src/js/vendor and vendor CSS inlined in src/css/all.css.
Posts are licensed under CC BY-SA 3.0.
The blog is fully static, built with Eleventy (11ty). Except a custom build of Modernizr and of Prism (including only the relevant modules), as well as Normalize, the site uses no libraries.
Feel free to use it for your own blog !
Install dependencies:
npm install
Build the site (output goes to _site/):
npm run build
While writing (or hacking), you can run the dev server:
npm run serve
This will build the site, start serving it at http://localhost:8080, and watch for changes.