Skip to content

Commit

Permalink
Merge pull request #2 from topology-foundation/update-blog
Browse files Browse the repository at this point in the history
Update blog.ts
  • Loading branch information
d-roak authored Jan 13, 2025
2 parents 1fe972d + b24e3b7 commit 90271ca
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions src/windows/blog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,43 @@ const posts = [
date: "Apr 23, 2024",
url: "https://www.guiltygyoza.xyz/2024/04/from-isaac-mumu-shoshin-to-crdts",
},
];

{
title: "Topology Protocol - Advancing humanity’s presence in cyberspace",
date: "Apr 18, 2024",
url: "https://topology.substack.com/p/topology-protocol",
},
{
title: "Shoshin",
date: "Aug 16, 2023",
url: "https://www.guiltygyoza.xyz/2023/08/shoshin",
},
{
title: "MuMu is Audio Workstation - Procedurally generated music through gameplay",
date: "Dec 25, 2022",
url: "https://topology.substack.com/p/mumu-is-audio-workstation",
},
{
title: "What happened after-after Isaac? - The final part of a 3-part letter",
date: "Dec 15, 2022",
url: "https://topology.substack.com/p/what-happened-after-after-isaac",
},
{
title: "What happened after Isaac? - The second part of a 3-part letter",
date: "Dec 14, 2022",
url: "https://topology.substack.com/p/what-happened-after-isaac",
},
{
title: "What happened to Isaac? - The first part of a 3-part letter",
date: "Dec 13, 2022",
url: "https://topology.substack.com/p/what-happened-to-isaac",
},
{
title: "Topology presents Isaac - StarkNet's first physics-powered onchain reality",
date: "May 1, 2022",
url: "https://topology.substack.com/p/topology-presents-isaac",
},
]
;
export const open_blog = () => {
if (<HTMLSpanElement>document.getElementById("blog")) return;
const div = document.createElement("div");
Expand Down

0 comments on commit 90271ca

Please sign in to comment.