Design by HTML5UP and compiled with JekyllRB. Hosted currently on OCF and can be accessed here.
To run locally:
- (if not installed) Install the Jekyll gem with
gem install jekyll
- Go into the directory and
jekyll serve
(--livereload
for development) - access the website at
localhost:4000
To deploy:
- Run
jekyll build
- Run
scp -r _site/* [email protected]
- Fix the index file format
mv index.html index.shtml
- Then you are done!