Developer documentation

This starter kit is developed using 11ty and so much of their documentation is relevant if using this starter kit to develop your own site. That said, 11ty aims to be unopinionated and this starter kit has made some choices in how to do things. The documentation provides some general 11ty help, but also highlights and explains these choices.

11ty configuration

The main configuration for 11ty is in the .eleventy.js file. To keep this file as simple as possible most of the code has been split into separate files in the lib directory. The 11ty config file requires the the functions exported by these files and adds them to the config.

The lib directory includes files for:

Other developer pages

Last updated: