11ty / 11ty-website

Documentation site for the Eleventy static site generator.
https://www.11ty.dev/
MIT License
467 stars 677 forks source link
eleventy eleventy-sample

eleventy Logo

11ty.dev πŸ•šβš‘οΈπŸŽˆπŸ€

The website and documentation for the Eleventy static site generator.

Running Locally

npm install
npm run get-new-data
npx @11ty/eleventy --serve

Browse to http://localhost:8080/ (8080 is the default but it’ll bump to a new port if that one is taken, so use whatever port shows up when you run the --serve command).

Third-party Integrations