@bjankord/create-eleventy-site

Create a simple Eleventy site.

Usage no npm install needed!

<script type="module">
  import bjankordCreateEleventySite from 'https://cdn.skypack.dev/@bjankord/create-eleventy-site';
</script>

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-site

or if you have npm >= 5 on your system, you can run

$ npx @bjankord/create-eleventy-site my-site

This 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