added devlog 0816 and updated link to PCB/STL files for Daisy FM

This commit is contained in:
2025-08-16 14:26:33 +02:00
parent 2bf66f485e
commit 35ec418adc
5 changed files with 101 additions and 141 deletions

View File

@@ -5,6 +5,11 @@ export interface DevlogPost {
};
export const posts: DevlogPost[] = [
{
title: "Freeing the Past",
subtitle: "2025-08-16",
date: "2025/0816",
},
{
title: "Remeshing and Recolouring",
subtitle: "2025-07-13",

View File

@@ -32,6 +32,14 @@ export const projects: Project[] = [
text: "View the <b>development log</b>",
link: "/projects/projectn5/devlog",
},
{
text: "Play an <b>old build</b> (developed until 2025-05-16)",
link: "https://apps.denizk0461.dev/projectn5",
},
{
text: "Download the <b>old Windows builds</b>",
link: "https://files.denizk0461.dev/projectn5",
},
],
},
{
@@ -67,8 +75,8 @@ export const projects: Project[] = [
link: "/projects/daisyfm",
},
{
text: "View the CAD and STL files (coming soon)",
link: "",
text: "Get the PCB and STL files",
link: "https://files.denizk0461.dev/daisyfm/",
},
{
text: "View the repository",