Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 429 Bytes

desertpy-pelican

DesertPy Webpage Source - Pelican

This is the source to the DesertPy web page ( http://desertpy.com ). Fork it, fix it, send a pull request!

Working on Site

  • Clone repo
  • Install dependencies - pip install -r requirements
  • Make changes
  • Run development pelican server - ./develop_server.sh start

Publishing

How to publish the site: make github