added devlog 0816 and updated link to PCB/STL files for Daisy FM
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user