Create a simple Eleventy site.
Demo site: https://bjankord.github.io/eleventy-site/
If you have npm
>= 6 on your system, you can run
$ npm init @bjankord/eleventy-site my-site
or if you have npm
>= 5 on your system, you can run
$ npx @bjankord/create-eleventy-site my-site
And you're good to go with a simple Eleventy site.
This is an updated fork of https://github.com/gentsagency/create-eleventy-site from Pieter Beulque