There are two parts:
- The static Website
- The Ghost blog theme
Install the prerequisite npm packages with:
npm install
Build and install the static site with:
make && make publish
Build and install the blog theme with:
yarnpkg zip && ./upload.sh
This last command requires a file called secret.key
which can be obtained
from the Ghost blog admin interface. Alternatively build/buildbotics.zip
can be uploaded via the Ghost admin interface.
The files redirects.json
and routes.yaml
can be uploaded via the Ghost
admin interface.