Skip to content

Commit 4972d96

Browse files
committed
feat: club pages
1 parent 719343c commit 4972d96

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

astro.config.mjs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ export default defineConfig({
1717
},
1818
{
1919
label: 'Club Stuff',
20-
autogenerate: { directory: 'clubs' },
20+
items: [
21+
{
22+
label: 'Game Theory @ IIITH',
23+
autogenerate: { directory: 'clubs/game-theory' },
24+
},
25+
{
26+
label: '0x1337: The Hacking Club',
27+
autogenerate: {directory: 'clubs/0x1337'}
28+
}
29+
]
2130
},
2231
{
2332
label: 'Misc',
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Deccan CTF
3+
description: CTF hosted by The Hacking Club
4+
---
5+
6+
Coming soon...

src/content/docs/clubs/example.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Club Website
3+
description: A website for the Game Theory club at IIIT Hyderabad
4+
---
5+
6+
A website for the Game Theory club at IIIT Hyderabad. The website is built using Next.js and is hosted on Github Pages.
7+
8+
[`GitHub`](https://github.com/gametheory-iiith/gametheory-iiith.github.io)

0 commit comments

Comments
 (0)