Simple eleventy starter site.
Demo: https://bjankord.github.io/eleventy-site/
You can clone the repo with the following command:
git clone https://github.com/bjankord/eleventy-site.git
Alternatively, 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 it will generate a site that matches the contents of this repo.
npm run serve
npm run build
For more information, check out the eleventy docs.