Pelican site repo. See Pelican docs for info.
This site is configure to automatically publish to https://rabernat.github.io/research_computing/ using the doctr utility.
Pushing to the master branch will trigger Travis CI to build the docs and
publish them to the github-pages
branch of the repo.
Publish using ghp_import.
$ pelican content -o output -s pelicanconf.py
$ ghp-import output
$ git push origin gh-pages