Generates the content hosted at beta7.io using Pelican, a static site generator written in Python.
The CSS for the theme must be built prior to building and publishing the site.
$ cd theme
$ npm i
$ npm run {build|dist}
$ cd ..Next, the site can be built and deployed using make:
$ pip install -r requirements.txt
$ make ssh_upload