My Personal Web Page, built with Hyde
See the rendered version at http://http://www.as.utexas.edu/~kgulliks/
Requires hyde:
pip install hyde
Generate version for local development:
make gen
Preview local version (this is previewable in the browser at localhost:8080 -- Kill with ctrl-C)
make serve
Generate site for production:
make gen-production
Publish site via SSH (SSH publisher requires hyde version > 0.8.6):
make publish
This work is under a MIT License