templates for self-hosting game jams (or any other kind of jam tbh)
at main 843 B view raw
1[ 2 { 3 "title": "Game One", 4 "authors": [ 5 { 6 "name": "Carly Smallbird", 7 "link": "https://games.birdwrongs.sh" 8 } 9 ], 10 "platforms": ["windows", "macos"], 11 "submitTime": "2026-02-15T11:05:45", 12 "thumbnail": "https://images.unsplash.com/photo-1658069778823-40c13a2dd2e4?q=80&w=1480&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", 13 "tags": ["yuri", "horror"], 14 "page": "game.html", 15 "blurb": "This is an example game!" 16 }, 17 { 18 "title": "Second", 19 "authors": [ 20 { 21 "name": "Another Guy", 22 "link": "https://duckduckgo.com/" 23 }, 24 { 25 "name": "Guy 3", 26 "link": "https://duckduckgo.com/" 27 } 28 ], 29 "platforms": ["browser"], 30 "submitTime": "2026-02-02T17:47:08", 31 "tags": ["yuri", "fluff"], 32 "page": "game.html", 33 "blurb": "This is a second example game!" 34 } 35]