Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

pascalw/11ty-boilerplate

Repository files navigation

11ty-boilerplate

This is a starter project for 11ty with a Webpack-based asset pipeline.

It includes the following:

  • Webpack-based asset pipeline. (Babel, Sass, autoprefixer).
  • ESLint - for linting Javascript.
  • Stylelint - for linting Sass.
  • Prettier - for auto-formatting.
  • GitHub Actions setup to deploy to GitHub Pages.

Babel, autoprefixer and linting work based on the browserslist configuration in package.json.