Created by Dan Levin
A simple starter project for Eleventy with Webpack static site generator Eleventy/11ty, just
- Laravel Mix* for SCSS / JS compilation (incl. Autoprefixer)
* Laravel Mix is a wrapper around webpack, it is purely NodeJS, no PHP involved ;-)
Plugins used (you don't have to keep them):
Install via:
npm install
Start local development with
npm run start
Preview runs on http://localhost:8080/.
Where to edit?
- Work with files in
src/
-folder - Homepage:
src/index.njk
, Config:.eleventy.js
- Don't edit
public/
folder (automatically generated)
Generate a static build with
npm run build