femtopixel/eleventy
Static site generator - Docker image (multiarch)
10K+
(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.)
THIS REPOSITORY IS AUTO-UPDATED BY GITHUB-RELEASE-NOTIFIER (https://github.com/femtopixel/github-release-notifier)
The purpose of this image is to use eleventy (static site builder) easily thanks to Docker.
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/
docker pull femtopixel/eleventy