Ensure that jade is installed (npm install -g jade
).
Ensure that python-requests is installed (with pip, pip install requests
).
If the file token.txt
does not exist in the root of the directory, create it, then follow these instructions to create an access token. Paste the token into the file token.txt
.
To update the content of the site, edit content/input.json
.
Then, to generate index.html
:
$ ./watch.sh
...and save any file in the repository to trigger the watch script.