Skip to content

Commit 1401ddc

Browse files
committed
feat: ctf writeups category
1 parent 8ce21c1 commit 1401ddc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export default defineConfig({
3333
label: 'Misc',
3434
autogenerate: { directory: 'misc' },
3535
},
36+
{
37+
label: 'CTF Write-Ups',
38+
autogenerate: { directory: 'writeups' },
39+
}
3640
],
3741
}),
3842
],

src/content/docs/writeups/soon.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Coming Soon...
3+
---
4+
5+
This page is being updated. Check back later.

0 commit comments

Comments
 (0)