Skip to content

GlowstoneMC/glowstonemc.github.io

Repository files navigation

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.