- pip install -r requirements.txt
- create posts in
/contentof master branch - create pages in
/pagesof master branch - add images to
/imagesof master branch
Once ready to publish:
- Run
$ pelican -s orig_publishconf.py - Run
$ ghp-import output - Run
$ git push orign gh-pages
New content should be push to site nearly immediately.