/research_computing_2018

2018 Iteration of Research Computing in Earth Science

Primary LanguageJupyter NotebookOtherNOASSERTION

Research Computing in Earth Science

Pelican site repo. See Pelican docs for info.

Automatic Publishing with Doctr

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.

Build Status

Backup: Manual Publishing

Publish using ghp_import.

$ pelican content -o output -s pelicanconf.py
$ ghp-import output
$ git push origin gh-pages