File tree Expand file tree Collapse file tree 4 files changed +24
-12
lines changed
Expand file tree Collapse file tree 4 files changed +24
-12
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 1+ ---
2+ title : Deccan CTF
3+ description : CTF hosted by The Hacking Club
4+ ---
5+
6+ Coming soon...
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments