Getting Started

11ty Curate is a premium theme. To learn more about the themes features visit the product page.

Install Node

Eleventy v2.0.1 requires Node.js version 14 or higher.

Install Theme

Once you have purchased the theme simply extract the .zip file on your local machine.

npm install
npm run build

Develop Locally

Run npm run start to start the 11ty server.

npm run start

You can visit http://localhost:8080 in the browser to see the local development site.

Deploy to Netlify

Netlify is a popular and excellent hosting platform for static sites. It has a generous free tier. This theme comes with a working netlify.toml which will pre-configure your Netlify build for 11ty. The Netlify docs have a great guide to creating a site with Netlify