This is the code for the new statically generated site for Glowstone, powered by Pelican.
Run pipenv install
to install dependencies.
Run pipenv shell
to enter a virtualenv with the dependencies.
Run invoke livereload
to start a hot reloading server.
You can see more invoke
tasks in tasks.py
.