layout |
---|
layouts/default |
Opinionated boilerplate that can be used to start a new static site project. It's built with static site generator Eleventy (11ty) and has a minimal asset pipeline using PostCSS. JavaScript all the way down.
- Uses
11ty
as a static site generator which compilesnunjucks
template - Compiles SCSS (
postcss
), minifies (cssnano
) & prefixes (autoprefixer
) - Linting with
Stylelint
and browser scopebrowserslist
- Minifies images using
imagemin
and severalplugins
- Easily deployed to
Netlify
Check out the Github repo.