1.0.0 ā€¢ Published 6 years ago

@gentsagency/create-eleventy-site v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Create Eleventy Site

Create an Eleventy site using the Gents Agency workflow.

Usage

When you have npm >= 6 on your system, you can run

$ npm init @gentsagency/eleventy-site my-site

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

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

This will output:

šŸ‘‹ Creating a new Eleventy website in ./my-site

šŸ“„ Installing the static setup & 11ty
ā˜•ļø This might take a while

šŸš¢ Moving some files around

šŸ¤– Registering automation scripts

šŸŒ± All set! Let's get you started:

    cd ./my-site
    gulp watch & npm run serve

šŸ¤ž Good luck, have fun!

And you're good to go.