From 00f728a5e05593df12a0823f37c46a3bb80d1844 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 17 Feb 2025 18:01:28 +0100 Subject: [PATCH] posts: Added first post --- feed.gmi | 1 + index.gmi | 9 +++++++++ posts/hello.gmi | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 feed.gmi create mode 100644 posts/hello.gmi 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 -- 2.30.2