lf- / ubcctf.github.io

Homepage of CTF @ UBC

Home Page:https://maplebacon.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://maplebacon.org/


Languages

Language:C 98.5%Language:HTML 0.4%Language:Python 0.4%Language:CSS 0.3%Language:SCSS 0.3%Language:Racket 0.2%Language:Ruby 0.0%