Now with 100% more Pelican!
To compile the HTML and host it on port 8000, just run the develop.sh script in
the scripts/
directory:
$ scripts/develop.sh
This will install dependencies and start up an instance of Pelican on port 8000.
To stop the server, run make stopserver
. It can then be restarted with
make devserver
.
This website uses the dougfir-pelican-theme on the master branch. Information on metadata requirements can be found in the theme repo.