Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/11ty/11ty.io

Documentation site for the Eleventy static site generator.
https://github.com/11ty/11ty.io

eleventy eleventy-sample

Last synced: about 2 months ago
JSON representation

Documentation site for the Eleventy static site generator.

Awesome Lists containing this project

README

        

eleventy Logo

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

- https://www.11ty.dev/

The website and documentation for the [Eleventy static site generator](https://github.com/11ty/eleventy/).

## 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).

- Refresh Supporters: `npm run get-new-supporters`

## Third-party Integrations

- [IFTTT](https://ifttt.com/) daily web hook to build the site once a day to update stats and counts in footer.
- [Zapier](https://zapier.com/) (Open Collective + Netlify integration) to run a new production build when a new contributor joins Open Collective. _Warning: while avatar will show on the site, there is still a manual step to send the Netlify Identity invitation for the Eleventy Contributor Account._