Skip to content

kitctf/www

Repository files navigation

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