About this starter template
On this page you find how to get started with this template, but this
starter is developed as part of a blog article on DevZone.one
, you find a much more detailed walk-through on:
DevZone.one - Get started with Eleventy
Demo
The lastest version of this template is deployed on:
https://starter-eleventy.devzoneone.app
(Please note: The template and the demo only contain a minimum of styling, as that is the purpose of this starter template)
How to use the template
Don't fork this repository, that would give you all the branches and
commit history, not what you want.
- GitHub If you're going to put your repo on Github, use the green
Use this template
button and either directly create a new repo, or
open a codespace (online IDE). This will copy over all the files but without any git-related history.
Start developing
- Install the dependencies:
$ npm i
- Run locally in watch mode (with html code prettified):
$ npm start
- Build for production (with html code minified):
$ npm run build
Inspiration & Credits
This template starter is partly based on: