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: 11 days 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T21:30:54.000Z (11 days ago)
- Last Synced: 2025-04-11T04:59:51.821Z (11 days ago)
- Topics: eleventy, eleventy-sample
- Language: Nunjucks
- Homepage: https://www.11ty.dev/
- Size: 236 MB
- Stars: 493
- Watchers: 18
- Forks: 694
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
- 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`