feat: added first test content

This commit is contained in:
2025-09-15 13:36:25 +02:00
parent 373231849b
commit eda2ec6359
4 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
--- ---
title: "The creation of this Blog" title: "The creation of this Blog"
layout: blog
date: 2025-09-12 date: 2025-09-12
desc: "The goal was to create an easy to maintain blog with while the main focus relays on keeping the effort desc: "The goal was to create an easy to maintain blog with while the main focus relays on keeping the effort
to write new posts minimal. This is more a ressource summery with tips, than an full tutorial." to write new posts minimal. This is more a ressource summery with tips, than an full tutorial."

View File

@@ -0,0 +1,7 @@
---
title: "64k Demo"
date: 2025-09-15
desc: "Dev Diary of the Demo"
---
asd

View File

@@ -1,5 +1,5 @@
--- ---
title: "FemDev GameJam - Catrastrophe" title: "FemDev GameJam - Catastrophe"
date: 2024-11-10 date: 2024-11-10
src: "https://elkortes.itch.io/catastrophe" src: "https://elkortes.itch.io/catastrophe"
desc: "I took part in the amazing FemDev Game and helped to creathe this little game. desc: "I took part in the amazing FemDev Game and helped to creathe this little game.

View File

@@ -0,0 +1,6 @@
---
title: "Flame Demo"
date: 2024-11-26
src: "https://madeio.net/fox"
desc: "A WebGL Project wich shows that deffered rendering and volumetric fog is very possible in Three.js"
---