🐑💳 Checkpoint

./scripts/zines.js:69682263/4284
./years/2024/zines.json:69682263/120
This commit is contained in:
Glitch (fedizinefest)
2025-05-24 00:27:02 +00:00
parent bce241c27a
commit 0028edb1ed
2 changed files with 13 additions and 8 deletions

View File

@ -13,14 +13,19 @@ function makeZine({ name, blurb, format, site, title }) {
zine.append(h2); zine.append(h2);
let p = document.createElement("p"); let p = document.createElement("p");
p.innerHTML = " is making a " + format + " zine:"; if (title) {
zine.append(p); p.innerHTML = " made a " + format + " zine called <b>" + title + "</b>";
} else {
let bq = document.createElement("blockquote"); p.innerHTML = " is making a " + format + " zine:";
let bq = document.createElement("blockquote");
let bqP = document.createElement("p"); let bqP = document.createElement("p");
bqP.innerHTML = blurb; bqP.innerHTML = blurb;
bq.append(bqP); bq.append(bqP);
zine.append(bq); zine.append(bq);
}
zine.append(p);
return zine; return zine;
} }

View File

@ -75,7 +75,7 @@
"format": "physical/digital", "format": "physical/digital",
"blurb": "one of: a hentai coloring book, mini zines about adventure time, v for vendetta, foraging, some poetry and fiction stuff too.", "blurb": "one of: a hentai coloring book, mini zines about adventure time, v for vendetta, foraging, some poetry and fiction stuff too.",
"site": "https://terror.black/@sayyid_qishta", "site": "https://terror.black/@sayyid_qishta",
"title": "Thinking About...It -AND- When I Get a Boy Chest" "title": ["Thinking About...It", "When I Get a Boy Chest"]
}, },
{ {
"name": "Sanae", "name": "Sanae",
@ -117,13 +117,13 @@
"format": "digital", "format": "digital",
"blurb": "Zine #3: A crippunk, queer-romantic short story between a fox and a bunny.", "blurb": "Zine #3: A crippunk, queer-romantic short story between a fox and a bunny.",
"site": "https://kolektiva.social/@bluejorts", "site": "https://kolektiva.social/@bluejorts",
"title": "AAAAAAH -AND- Just Be A Poet -AND- Today Is Another Day" "title": ["AAAAAAH", "Just Be A Poet", "Today Is Another Day"]
}, },
{ {
"name": "Jeff Blackman", "name": "Jeff Blackman",
"format": "physical", "format": "physical",
"blurb": "Triptyc is a collage based comic strip cut from the funny pages.", "blurb": "Triptyc is a collage based comic strip cut from the funny pages.",
"title": "Places I will go before I die -AND- OH -AND- WUMPF -AND- GAH! -AND- WHAAP!!" "title": ["Places I will go before I die", "OH", "WUMPF", "GAH!", "WHAAP!!"]
}, },
{ {
"name": "felix sunflower", "name": "felix sunflower",
@ -151,7 +151,7 @@
"format": "digital", "format": "digital",
"blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.", "blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.",
"site": "https://donphan.social/@hi_cial", "site": "https://donphan.social/@hi_cial",
"title": "Queer Birds 2022 -AND- FFVII Blazed Illustration" "title": ["Queer Birds 2022", "FFVII Blazed Illustration"]
}, },
{ {
"name": "Pesto Jaguar", "name": "Pesto Jaguar",