Example of SSG/BTR
- 11ty (Eleventy): a simpler static site generator
- What is it?
- JavaScript based tool -- and specifically Node.js, which allows us to run JavaScript on the server or from the command line.
- Templates!
- Data
- Build system to generate site
- Can couple this with GitHub actions to automate deployments (e.g. commit to a branch in GitHub, site is built, tested, and copied to hosting server).
- Examples