🍟🏏 Checkpoint

./scripts/zines.js:69682263/736
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-20 05:19:19 +00:00
parent 78fb4838a8
commit 44dae44f4b

View File

@ -1,4 +1,23 @@
let zines = [
/* {
"name": "",
"site": "",
"format": "",
"blurb": ""
},
*/
{
"name": "Evel",
"site": "https://evel.life",
"format": "digital",
"blurb": "About severe disability with a bit extra on being a caregiver"
},
{
"name": "gup",
"site": "https://cyberpunk.gay/@glyph",
"format": "physical/digital",
"blurb": "fortune teller/ cootie catcher foldable. prefolded for physical, print and fold yourself for digital. decorated with hand carved stamps. black and white. i need to buy nice paper."
},
{
"name": "Handmade Ghost",
"site": "https://handmadeghost.neocities.org/",
@ -10,7 +29,6 @@ let zines = [
function makeZine({name, blurb, format, site, fedi}) {
let zine = document.createElement("li");
let h2 = document.createElement("h2");
let a = document.createElement("a");
a.innerHTML = name;