Skip to content

olinjs/olinjs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.