Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HTB-2022
# HTB-2023

This is the website for HTB 2022.
This is the website for HTB 2023.

## How to test

Expand All @@ -13,7 +13,7 @@ docker run --volume=$(pwd):/src:Z --publish 4000:4000 grahamc/jekyll serve --wat
If you don't have Docker, [install jekyll](https://jekyllrb.com/docs/installation/) and run this:

```
$ git clone https://github.com/compsoc-edinburgh/htb21-site
$ cd htb21-site
$ git clone https://github.com/compsoc-edinburgh/htb23-site
$ cd htb23-site
$ jekyll serve
```