cuHacking Website
- Install ruby 2.4
- After installing ruby install a gem called bundler using the following command:
gem install bundler - Clone the repo, cd into it, and run the command
bundle install - Run the command
bundle exec jekyll serve - Then in your browser navigate to localhost:4000 to see the site.
- Refresh the site to see your changes.
- Create a file in the _sponsors folder named <company_name>.md
- Add attributes for the company name, image name, a link and which tier sponsor they are.
- Upload an image to the assets/img/sponsors/ folder
- Submit a pull request with your changes