Skip to content

LisaHao/SOURCE-year-end

 
 

Repository files navigation

SOURCE-year-end

2017-2018 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

Installation

  1. Fork this repository and then clone it
  2. Install Ruby (>= 2.0.0) using homebrew, rvm, or chocolatey is recommended brew install ruby
  3. Install Ruby Gems gem update --system
  4. Install the Jekyll gem gem install jekyll
  5. Run the server from the project root directory and run jekyll serve --watch Then open up your browser and check localhost:4000
  6. If that doesn't work and you get a load error, make sure bundle is installed. gem install bundler && bundle install Then restart the server jekyll serve --watch

Dependencies

This site uses the following plugins

  • Bootstrap
  • Counter
  • font-awesome
  • animatedModal
  • jssocials

About

2017-2018 Year End Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.7%
  • JavaScript 20.2%
  • HTML 1.6%
  • PHP 0.5%