diff --git a/scripts/zines.js b/scripts/zines.js
index 9e91f23..78ec0ec 100644
--- a/scripts/zines.js
+++ b/scripts/zines.js
@@ -1,4 +1,4 @@
-function makeZine({ name, blurb, format, site, fedi }) {
+function makeZine({ name, blurb, format, site, title }) {
let zine = document.createElement("li");
let h2 = document.createElement("h2");
@@ -21,6 +21,12 @@ function makeZine({ name, blurb, format, site, fedi }) {
bqP.innerHTML = blurb;
bq.append(bqP);
zine.append(bq);
+
+ if (title) {
+ let p = document.createElement("p")
+ let h3 = document.createElement("h3");
+ h3.innerHTML=title
+ }
return zine;
}
diff --git a/scripts/zines2024.json b/scripts/zines2024.json
index 8260092..4d3692b 100644
--- a/scripts/zines2024.json
+++ b/scripts/zines2024.json
@@ -147,24 +147,23 @@
"title": "Autopsy of the Mall God"
},
{
- "name": "",
- "format": "",
+ "name": "Syd",
+ "format": "digital",
"blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.",
- "site": "",
- "title": ""
+ "site": "https://donphan.social/@hi_cial",
+ "title": "Queer Birds 2022 -AND- FFVII Blazed Illustration"
},
{
- "name": "",
- "format": "",
- "blurb": "",
- "site": "",
- "title": ""
+ "name": "Pesto Jaguar",
+ "format": "digital",
+ "blurb": "Working on a little 12 page zine called 'Perhaps you might try the soup' In design style it's kind of photo collage, (from original material) and abstract or surreal comics. The content is an odd mish mash of hopepunk, poetry, graphical music and experimental prose. There is strictly no ai generated text or imagery and no use of LLM or diffusion models. Everything is self made by a human.",
+ "site": "https://ravenation.club/@pestojaguar",
+ "title": "Perhaps You Might Try The Soup Issue 01"
},
{
- "name": "",
- "format": "",
- "blurb": "",
- "site": "",
- "title": ""
+ "name": "voidfuck poetry collective",
+ "format": "digital",
+ "blurb": "Poetry zine about the body under capitalism and yearning for anarchy. Topics include madness, disability, love, climate anxiety, body dysphoria, queerness, anarchy, poverty, etc. Poetry is written. Might include a few photos or artwork.",
+ "title": "voidfuck 1"
}
]
diff --git a/scripts/zines2025.json b/scripts/zines2025.json
index f90e6c1..46aade7 100644
--- a/scripts/zines2025.json
+++ b/scripts/zines2025.json
@@ -38,7 +38,8 @@
"name": "lee",
"site": "https://leecat.art",
"format": "physical",
- "blurb": "2 color hand-printed zine with pictures of my dog"
+ "blurb": "2 color hand-printed zine with pictures of my dog",
+ "title": "KESTRAL"
},
{
"name": "Em/mett",
diff --git a/years/2024/index.html b/years/2024/index.html
index 0ef2773..0fcb155 100644
--- a/years/2024/index.html
+++ b/years/2024/index.html
@@ -55,7 +55,12 @@
FediZineFest 2024
FediZineFest 2024 completed with 25 artists and 20 backers.
++ FediZineFest 2024 completed with 25 artists and + 20 backers. Artists contributed 16 physical and + 18 digital zines. Artist payouts were roughly USD35. 5 + artists were unable to complete work or dropped out. +
@@ -237,7 +242,6 @@ -