add a new zine

This commit is contained in:
Jiajun Xu
2026-02-02 15:56:16 -08:00
parent 2f43a5ca6b
commit c20b6aade0
10 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -59,4 +59,20 @@ export const zines: Zine[] = [
],
printablePdf: "/assets/zines/de-monopoly-discotech-101-japanese/printable.pdf",
},
{
id: "de-monopoly-cheatsheet",
title: "De-monopoly Cheatsheet",
description: "",
coverImage: "/assets/zines/de-monopoly-cheatsheet/cover.jpg",
pages: [
"/assets/zines/de-monopoly-cheatsheet/page-1.jpg",
"/assets/zines/de-monopoly-cheatsheet/page-2.jpg",
"/assets/zines/de-monopoly-cheatsheet/page-3.jpg",
"/assets/zines/de-monopoly-cheatsheet/page-4.jpg",
"/assets/zines/de-monopoly-cheatsheet/page-5.jpg",
"/assets/zines/de-monopoly-cheatsheet/page-6.jpg",
"/assets/zines/de-monopoly-cheatsheet/page-7.jpg",
],
printablePdf: "/assets/zines/de-monopoly-cheatsheet/printable.pdf",
},
];