Skip to content

Commit d393bb0

Browse files
committed
add ctf event
1 parent 754892e commit d393bb0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ build:
22
jekyll build
33

44
dev:
5-
jekyll serve
5+
jekyll serve || echo "Try installing/reinstalling jekyll and webrick with gem install jekyll; gem install webrick"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you want to help develop the site, download and install [Jekyll](jekyllrb.com
1818
1. For macOS:
1919
1. Install homebrew
2020
1. `brew install ruby`
21-
1. `gem install bundle`
21+
1. `gem install jekyll webrick jekyll-redirect-from`
2222
1. Clone this repository
2323
1. `cd` into the directory
2424
1. `bundle install`

_events/2021-05-21-intro-to-ctf.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: event_small_title
3+
title: "Intro to CTF"
4+
place: "Discord"
5+
timerange: "17:30 - 19:00 UTC+2"
6+
---
7+
8+
What is a CTF competition? Is it the way to become a hacker?
9+
10+
You will find the answers to these questions and more in this lecture by Code@LTH! We will give an intro to, among other things, web hacking and cryptography and finish up with a few demos.
11+
12+
The lecture will be held in Swedish at Code@LTH's discord server: [https://discord.gg/NpnXYj4](https://discord.gg/NpnXYj4).

0 commit comments

Comments
 (0)