The Rakefile has a task defined. Run this at the command prompt:
$ rake shoop
Here's a list of resources for developing with Jekyll and Github pages. You can view its Github file page here: dev-resources.md.
The rest of this pertains to how to get Jekyll running on your own system:
(this works if you are an owner/member of the repo and have SSH access to it)
git clone [email protected]:compjolab/compjolab.github.io.git
In the shell, check your version:
ruby -v
A version of 2.3
or higher should be fine.
gem install jekyll
Unfortunately, the s3-website gem only works with JDK 8. It may be easiest to install jenv and run v8 for this project only:
laurilehmijoki/s3_website#298 (comment)
You can also download Java 8 SDK here:
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
At some point, might be easier to write a script that just rsyncs with the bucket.