Skip to content

cal-badminton/badminton-website

 
 

Repository files navigation

Cal Badminton Website

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/* badmintn@ssh.ocf.berkeley.edu:public_html
  • ssh into the server ssh badmintn@ssh.ocf.berkeley.edu
  • Go to the public_html/ folder cd public_html/
  • Fix the index file format mv index.html index.shtml
  • Then you are done!

About

Cal Badminton Official Website - built with Jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.2%
  • HTML 40.0%
  • JavaScript 9.6%
  • Ruby 0.2%