@bjankord/create-eleventy-site

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i @bjankord/create-eleventy-site

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

12.5 kB

Total Files

13

Last publish

Collaborators

  • bjankord