0x90skids / 0x90skids.github2.io

0x90skids website
https://0x90skids.com
MIT License
7 stars 1 forks source link

Feature ctf #11

Closed tcbutler320 closed 4 years ago

tcbutler320 commented 4 years ago

Overview

This feature branch includes the new CTF page where team members can add their own challenges

Details

The CTF page relies on the _ctf directory to dynamically create challenge content at /ctf. Each new markdown file in this directory will be included in the CTF page if and only if the frontmatter is formatted correctly. Each new challenge file needs frontmatter that includes the title, author, and very importantly the challenge type. I suggest copy and pasting the sample frontmatter and changing afterwards.

Frontmatter

The format for challenge frontmatter is the following

---
layout:
title:
category:
author: 
date: 
modified: 
description: 
link: 
image: 
---