Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 263 Bytes

About

This repository holds the source code for https://kitctf.de/.

Running locally

Setup:
bundle install

Verbose:
bundle exec jekyll serve --drafts --future --unpublished -V

Non-verbose:
bundle exec jekyll serve --drafts --future --unpublished