templates for self-hosting game jams (or any other kind of jam tbh)

update some readme stuff

Changed files
+12 -2
+12 -2
README.md
···
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.
+
if you are a developer, ./assets.sh will build/copy the scss and the images to all the projects from the `_raw-assets` folder. if you're not a developer you can safely ignore all that
+
some notes for each version follow below; please make sure and read the section for whichever framework you're working with!
## plain html
···
## jekyll
-
watch this space
+
watch this space.
## astro
please note that there's a bun.lock file because i use [bun](https://bun.sh) but you do not have to. you can use npm/pnpm/yarn/deno etc it's daijoubu
+
uses astro collections, so data files go in src/data/games
+
## hugo
watch this space
···
## wordpress
-
watch this space
+
WIP
+
+
run `bun i` and then `bun vite build` to compile assets (or run w/ npm/pnpm/yarn/deno if you prefer; if you don't know what any of these are you are most likely to have npm)
+
+
should not need any additional plugins to run. please understand this involved me ascending to another astral plane because trying to do this in a way that's nice and friendly without Advanced Custom Fields is bananas.
+
+
wordpress uses its own database for all of this, so you don't have to deal with any markdown or json files; just look to the left sidebar in the admin panel and you'll see a section for "games." you can also optionally use wordpress to manage your signups, but you don't have to and can still collect that data from google forms or airtable or a custom data feed yourself and pipe it in.
## additional notes