A static site generator to build websites using:
git clone https://github.com/pascalandy/ssg-starter.git ssg-starter && cd ssg-starter
npm install && npm update
npm run build && npm run start
Under directory _site
HTML file(s) are minified and CSS contain only used classes.
npm run build
- Blog post: https://css-tricks.com/eleventy-starter-with-tailwind-css-alpine-js/
- https://www.11ty.dev/docs/languages/nunjucks/
This project was forked.
MIT
See LICENSE
for more information.