Dave Hulbert's Today I Learned (TIL)


How til.dave.engineer works

The site is a basic Eleventy site. You can install with npm install and build with npm run build. Use npm run serve for development.

Most of the code that turns the repo of markdown files into a website is in .eleventy.js.

It's hosted with Github Pages and gets built using a Github Action.

This was inspired by Simon Willison's TIL and jbranchaud/til.