templates for self-hosting game jams (or any other kind of jam tbh)
JavaScript 5.7%
HTML 5.3%
Astro 5.3%
CSS 4.8%
Ruby 0.9%
Makefile 0.4%
Shell 0.2%
Other 77.4%
1 1 0

Clone this repository

https://tangled.org/veryroundbird.house/homemadejam
git@nest.veryroundbird.house:veryroundbird.house/homemadejam

For self-hosted knots, clone URLs may differ based on your setup.

README.md

homemade jam!#

a set of scaffolds for making your own self-hosted game (or otherwise creative) jam a la the ones on itch.io. like, for whatever reason.

right now, there are templates for plain HTML, plain PHP, jekyll, hugo, astro, zola, and wordpress. i may just manifest others but also feel free to open an issue for some site-building method you use! it may just take some time to get around to learning that engine lmao

there is also a folder called "colorthemes" that has, well, a bunch of color themes to replace the site variables with if you want something different and don't feel inspired.

some notes for each version follow below; please make sure and read the section for whichever framework you're working with!

plain html#

please note that some of the javascript WILL NOT WORK unless you are running it on some kind of local web server (as opposed to just opening the html file in your browser). the reason for this is that it needs to send header data for some requests and just opening an html page locally doesn't do that, i guess. alternately just dropping them on neocities or something will make it work

if you don't have a local server solution already set up, you could probably use something like simple web server. it doesn't have a linux build, but i supsect if you're a linux person you can figure out how to set up a temporary simple web server with python (http.server) or node (http-server).

also, you will have to fiddle with JSON for game data. unless you want to just code all them manually for some reason, in which case i salute you. i recommend using json console if you're not down with the brackets since the table and graph views are really useful for like. checking your work

plain php#

if you're running php i'm presuming you know how to set up your own local web server for dev or have a box you can drop it onto.

jekyll#

watch this space

astro#

please note that there's a bun.lock file because i use bun but you do not have to. you can use npm/pnpm/yarn/deno etc it's daijoubu

hugo#

watch this space

zola#

watch this space

wordpress#

watch this space

additional notes#

stuff this uses#