This repository has been archived on 2021-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
docker-pelican/README.md

732 B

Pelican Dockerfile

A base docker setup that inherits Python 2 and loads a bunch of deps. It runs Pelican in autoload mode for dev.

This is an easy to use image to setup a Pelican static website. This image will run the Pelican devserver, which means it will watch for changes in the content and theme files.

Also a volume has been added so you can simply map to an existing Pelican directory and the container will update the output.

Some sane requirements have been pre-built into the image.

The DockerHub repository can be found here: https://hub.docker.com/r/mjjacko/pelican/

Using the image

License

BSD 2-Clause license