Contained in the gh-pages branch is a website, out here there is nothing.
To watch the content (and theme) files and rebuild on change
pelican content -r
To start a server at localhost:8000
pelican -l
To convert a jupyter notebook to markdown
jupyter nbconvert --to markdown file.ipynb --template=md.tpl