Skip to content

Zhang-Kevin16/ubcctf.github.io

This branch is 158 commits behind ubcctf/ubcctf.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fbf3c83 · Apr 28, 2022
Mar 16, 2022
Jun 14, 2021
Oct 14, 2020
Mar 14, 2022
Apr 28, 2022
Mar 14, 2022
Apr 28, 2022
Dec 22, 2020
Mar 27, 2019
Oct 3, 2021
Apr 12, 2022
Oct 14, 2020
Nov 23, 2020
Dec 30, 2020
Aug 25, 2021
Jan 10, 2022
Mar 28, 2019
Mar 21, 2019
Mar 21, 2019
Jan 20, 2022
Dec 22, 2020
Mar 24, 2021
Oct 15, 2020

Repository files navigation

ubcctf.github.io

Source code for the UBC CTF team website.

Build Instructions

Check that you have ruby

ruby -v

Install bundler. We depend on version < 2.0 currently because of our Gemfile.lock. If we switch to > 2.0 then everyone contributing will have to upgrade as well.

sudo gem install bundler -v '< 2.0'

Install project dependencies locally

cd project_root
bundle install
bundle exec jekyll <build|serve>

About

Homepage of CTF @ UBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Other 1.2%