Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 638 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 638 Bytes

Olin.js 2017

Dependencies

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.

Updating content

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.