Introducing our new CEO Don Johnson - Read More

femtopixel/eleventy

Sponsored OSS

By FemtoPixel

Updated about 1 month ago

Static site generator - Docker image (multiarch)

Image
Languages & Frameworks
Integration & Delivery
Web Servers
2

10K+

Github Sources

Github Issues

logo

Eleventy - Docker Image

latest releaseDocker PullsDocker StarsPayPal donationBuy me a coffeeBuy me a coffee

(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)

Description

The purpose of this image is to use eleventy (static site builder) 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/

Docker Pull Command

docker pull femtopixel/eleventy