Skip to content

Justin-Prasad/ubcctf.github.io

 
 

Repository files navigation

ubcctf.github.io

Source code for Maple Bacon's team website.

Build Instructions

Check that you have Ruby installed and install bundler.

ruby -v
gem install bundler

Add gem binaries to PATH and set GEM_HOME to a writable location.

# Linux (in `.bash_profile`):
export PATH="$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin"
export GEM_HOME="$HOME/.gems"

Clone this repository and install project dependencies locally.

git clone https://github.com/ubcctf/ubcctf.github.io
cd ubcctf.github.io
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.5%
  • Python 0.4%
  • HTML 0.3%
  • CSS 0.3%
  • SCSS 0.3%
  • Racket 0.2%