Skip to content

Ana06/cuctf.github.io

 
 

Repository files navigation

CUCyber @ Columbia University

Columbia University's student organization CUCyber webpage.

Development

This site is built with Jekyll and Bootstrap. To get the site running locally follow the following steps:

  1. Install Ruby version 2.4.0 or above, Jekyll and bundler gems. For details about how to do this in your operating system, check Jekyll Installation Guide.

  2. Run bundle install to install the required gems.

  3. Build the site and make it available on a local server by running:

bundle exec jekyll serve

  1. Check the webpage at http://localhost:4000.

Modify the webpage's content

Most of the webpage's content is on _config.yml (mailing list, calendar link, etc.) and in the files in the _data directory (team pictures, story, etc.). When modifing _config.yml, you will need to restart the server. The changes in the _data are visible by just reloading the page.

For more complicated changes you may want to read about HTML, CSS, Jekyll and Bootstrap.

License and contributions

Everything except the img folder is licensed under AGPL-3.0. For details refer to the LICENSE file.

List of used code/components:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.7%
  • HTML 25.6%
  • Ruby 14.9%
  • JavaScript 2.8%