Skip to content

femtopixel/docker-eleventy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

logo

Eleventy - Docker Image

latest release Docker Pulls Docker Stars PayPal donation Buy me a coffee Buy me a coffee

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/