From: Lukas Krickl Date: Mon, 17 Feb 2025 17:01:28 +0000 (+0100) Subject: posts: Added first post X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=00f728a5e05593df12a0823f37c46a3bb80d1844;p=capsule%2F.git posts: Added first post --- diff --git a/feed.gmi b/feed.gmi new file mode 100644 index 0000000..7f34154 --- /dev/null +++ b/feed.gmi @@ -0,0 +1 @@ +=> posts/hello.gmi 2025-02-17 Hello World diff --git a/index.gmi b/index.gmi index effb2d0..46ea339 100644 --- a/index.gmi +++ b/index.gmi @@ -2,6 +2,15 @@ ## Gemlog +### Recent + +#### 2025-02-17 Hello World +=> posts/hello.gmi + +### Archive +=> /feed.gmi + + ## Projects ### ulas diff --git a/posts/hello.gmi b/posts/hello.gmi new file mode 100644 index 0000000..5bfa76a --- /dev/null +++ b/posts/hello.gmi @@ -0,0 +1,18 @@ +# 2025-02-17 Hello World + +This is my first post on my new gemlog. + +First a little about myself. + +My name is Lukas and I love small tinkering with software. + +My current project is ulas, a simple assembler targeting the Game Boy and on top of that I'm building a roguelike using it and a few helper scripts. + +My goal is to create a small devlog on here. + +Eventually I will mirror this gemlog to http as well, but for now it will just stay on gemini :) + +That's really it for now. +In my next post I will talk a bit about the game. + +Lukas