https://github.com/femtopixel/docker-eleventy
Static site generator - Docker image (multiarch)
https://github.com/femtopixel/docker-eleventy
docker docker-image generator site static-site static-site-generator
Last synced: 12 months ago
JSON representation
Static site generator - Docker image (multiarch)
- Host: GitHub
- URL: https://github.com/femtopixel/docker-eleventy
- Owner: femtopixel
- License: mit
- Created: 2020-07-27T01:02:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T23:00:19.000Z (about 1 year ago)
- Last Synced: 2025-06-19T00:17:55.312Z (about 1 year ago)
- Topics: docker, docker-image, generator, site, static-site, static-site-generator
- Language: Makefile
- Homepage: https://brands.jaymoulin.me/femtopixel/docker-eleventy/
- Size: 2.69 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
> [!CAUTION]
> As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.
> [!NOTE]
> (This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)
> [!TIP]
> THIS REPOSITORY IS AUTO-UPDATED BY [GITHUB-RELEASE-NOTIFIER](https://github.com/femtopixel/github-release-notifier) (https://github.com/femtopixel/github-release-notifier)

Eleventy - Docker Image
=======================
[](http://github.com/femtopixel/docker-eleventy/releases)
[](https://hub.docker.com/r/femtopixel/eleventy/)
[](https://hub.docker.com/r/femtopixel/eleventy/)
[](https://www.paypal.me/jaymoulin)
[](https://www.buymeacoffee.com/jaymoulin)
[](https://www.ko-fi.com/jaymoulin)
Description
-----------
The purpose of this image is to use [eleventy (static site builder)](https://github.com/11ty/eleventy) easily thanks to Docker.
Docker Usage
------------
Dev :
```
docker run --rm -v /path/to/your/site:/app --name eleventy -p 8080:8080 femtopixel/eleventy --serve
```
Production :
```
docker run --rm -v /path/to/your/site:/app --name eleventy femtopixel/eleventy --output=/app/_site/
```