Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/11ty/11ty-website
Documentation site for the Eleventy static site generator.
https://github.com/11ty/11ty-website
eleventy eleventy-sample
Last synced: about 1 month ago
JSON representation
Documentation site for the Eleventy static site generator.
- Host: GitHub
- URL: https://github.com/11ty/11ty-website
- Owner: 11ty
- License: mit
- Created: 2018-01-06T06:44:47.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T20:34:19.000Z (7 months ago)
- Last Synced: 2024-04-13T21:53:53.407Z (7 months ago)
- Topics: eleventy, eleventy-sample
- Language: JavaScript
- Homepage: https://www.11ty.dev/
- Size: 235 MB
- Stars: 452
- Watchers: 19
- Forks: 676
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - 11ty/11ty-website - Documentation site for the Eleventy static site generator. (others)
README
# 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.