To build my website there are two commands to run. For my sanity, I've encoded all the dependencies in a Dockerfile so the website can be fully built from that.
- To build the docker container run
docker build -t pelican .
- To run pelican commands, use
./penguin
instead ofpelican
- To run the publishing script, run
./publish.sh