2015-2016 Year End Website In order to use this repository, you should be able to use the following things:
- Terminal/Command Line
- git
- jekyll/ruby
- HTML
- javascript
- css
- liquid
- Fork this repository and then clone it
- Install Ruby (>= 2.0.0) using homebrew, rvm, or chocolatey is recommended
brew install ruby
- Install Ruby Gems
gem update --system
- Install the Jekyll gem
gem install jekyll
- Run the server from the project root directory and run
jekyll serve --watch
Then open up your browser and checklocalhost:4000
- If that doesn't work and you get a load error, make sure bundle is installed.
gem install bundler && bundle install
Then restart the serverjekyll serve --watch
This site uses the following plugins
- Bootstrap
- Counter
- font-awesome
- animatedModal
- jssocials