DEV Community

Discussion on: 11ty (Eleventy) Sass Skeleton Starter

Collapse
 
5t3ph profile image
Stephanie Eckles

The name of a static site generator ๐Ÿ‘ It allows mixing template languages like Markdown and Nunjucks, and using JS at build time to get or process data or anything else you can use from a package dependency. You can dynamically create static pages from a headless CMS as well. Or, as in this starter, use it basically as a replacement for gulp to create a simple static site. It includes Browsersync by default for hot reload during development.