DesertPy Webpage Source - Pelican
This is the source to the DesertPy web page ( http://desertpy.com ). Fork it, fix it, send a pull request!
- Clone repo
- Install dependencies -
pip install -r requirements
- Make changes
- Run development pelican server -
./develop_server.sh start
How to publish the site: make github