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
- (if not installed) Install the bundle gem with
gem install bundle
- Install extra gems with
bundle install
- Go into the directory and
bundle exec jekyll serve -w --livereload
- access the website at
localhost:4000
To deploy:
- Run
jekyll build
- Run
scp -r _site/* [email protected]:public_html
- ssh into the server
ssh [email protected]
- Go to the
public_html/
foldercd public_html/
- Fix the index file format
mv index.html index.shtml
- Then you are done!