What is 11ty?

11ty is a simple static site generator. It takes as input 'templates' that can be written in a variety of supported languages and generates the corresponding webpage. It is a Node-based builder which reduces the barrier to entry for creation of purely-static websites by leveraging a zero config philosophy.

You can find the getting started guide here.