Skip to content

Commit cc1fb4a

Browse files
committed
Add index page
1 parent 7e1519b commit cc1fb4a

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

pages/index/k8s/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This directory is used to store Kubernetes-related files for page

pages/index/page.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# CTF Pilot index page
2+
3+
Welcome to the demo CTF, it is running on the CTF Pilot platform!

pages/index/page.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/ctfpilot/page-schema/refs/heads/main/schema.json
2+
3+
enabled: true
4+
slug: "index"
5+
title: "Index page"
6+
route: "/"
7+
content: "page.md"
8+
format: "markdown"

pages/index/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

0 commit comments

Comments
 (0)