@bjankord/create-eleventy-site
v1.0.4
Published
Create a simple Eleventy site
Maintainers
Readme
Create Eleventy Site
Create a simple Eleventy site.
Demo site: https://bjankord.github.io/eleventy-site/
Usage
When you have npm >= 6 on your system, you can run
$ npm init @bjankord/eleventy-site my-siteor if you have npm >= 5 on your system, you can run
$ npx @bjankord/create-eleventy-site my-siteThis will output:
👋 Creating a new Eleventy website in ./my-site
📥 Installing the static setup
☕️ This might take a while
🚢 Moving some files around
🤖 Registering automation scripts
🌱 All set! Let's get you started:
cd ./my-site
npm run serve
🤞 Good luck, have fun!And you're good to go.
Credits
This is an updated fork of https://github.com/gentsagency/create-eleventy-site from Pieter Beulque
