We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce21c1 commit 1401ddcCopy full SHA for 1401ddc
astro.config.mjs
@@ -33,6 +33,10 @@ export default defineConfig({
33
label: 'Misc',
34
autogenerate: { directory: 'misc' },
35
},
36
+ {
37
+ label: 'CTF Write-Ups',
38
+ autogenerate: { directory: 'writeups' },
39
+ }
40
],
41
}),
42
src/content/docs/writeups/soon.md
@@ -0,0 +1,5 @@
1
+---
2
+title: Coming Soon...
3
4
+
5
+This page is being updated. Check back later.
0 commit comments