Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 384 Bytes

Glowstone Site

This is the code for the new statically generated site for Glowstone, powered by Pelican.

Development

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.