UC Davis' "The Hacker Within" branch website.
Link to website which is built by
Jekyll, a Ruby web framework.
Follow the steps in the Github documentation to install Ruby and Jekyll. Note
that you'll need node.js installed too.
To build simply run:
bundle exec jekyll serve
And to view, navigate to http://localhost:4000.
- Fork and download this repo.
- Make sure your fork is up to date with the official Git repo. Read GitHub documentation for more detail.
$ git remote add upstream https://github.com/thehackerwithin/davis.git
$ git fetch upstream
$ git pull upstream gh-pages