Columbia University's student organization CUCyber webpage.
This site is built with Jekyll and Bootstrap. To get the site running locally follow the following steps:
-
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.
-
Run
bundle install
to install the required gems. -
Build the site and make it available on a local server by running:
bundle exec jekyll serve
- Check the webpage at http://localhost:4000.
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.
Everything except the img folder is licensed under AGPL-3.0. For details refer to the LICENSE file.
List of used code/components:
- The Agency Bootstrap theme, licensed under MIT.