Includes static page template and home page. Also includes gulp setup for SCSS, fonts and images.
Please don’t submit issues or PRs. I’m just sharing this for people that might want a decent starter. This isn’t open source: just free. Thanks.
ℹ️ If you want to learn how it works, go ahead and take my Eleventy course
Ideally, you’ll be using an LTS version of Node JS and if in Windows, the WSL setup because it works better with gulp.
- Run
npm install
- Run
npm start
to run locally - Run
npm run production
to do a prod build