Blog
Notes on building this site, and on Eleventy in general.
- Do it at build time if you can
The fastest client-side code is code that never has to run.
- Why collections instead of just looping folders
Collections aren't folders. They're just arrays you build however you want.
- Front matter is just data
It looks like config, but it's really just a YAML object attached to your file.