pelican docker image to build my website
8.2K
This image has Pelican that I use to test building my site on gitlabci.
The image uses the pelican plugin 'Photos' to resize photos.
Example usage, if $PWD is the pelican project git root:
docker run -w /tmp/pelican-project --rm -ti -v $PWD:/tmp/pelican-project qwe1/docker-pelican bash
-w changes the starting working directory to /tmp/pelican-project when the CT starts.
Gitlab
https://gitlab.com/richardskumat/docker-pelican
Gitlab pipelines
https://gitlab.com/richardskumat/docker-pelican/pipelines
Github
https://github.com/richardskumat/docker-pelican
Dockerhub
Content type
Image
Digest
sha256:b779bfd78…
Size
170.5 MB
Last updated
almost 2 years ago
docker pull qwe1/docker-pelican