Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 414 Bytes

README.rst

File metadata and controls

15 lines (12 loc) · 414 Bytes

How to develop/deploy

Why would you want to deploy my website? Probably only if you're me. So assuming I'm my own audience, I'm going to write a reminder of how I checkout and build this damned thing.

virtualenv2 virtualenv
source virtualenv/bin/activate
pip install -r requirements.txt
pelican -s pelican.conf.py -v
cd output/
python -m SimpleHTTPServer 8000