posts: Added first post
authorLukas Krickl <lukas@krickl.dev>
Mon, 17 Feb 2025 17:01:28 +0000 (18:01 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 17 Feb 2025 17:01:28 +0000 (18:01 +0100)
feed.gmi [new file with mode: 0644]
index.gmi
posts/hello.gmi [new file with mode: 0644]

diff --git a/feed.gmi b/feed.gmi
new file mode 100644 (file)
index 0000000..7f34154
--- /dev/null
+++ b/feed.gmi
@@ -0,0 +1 @@
+=> posts/hello.gmi 2025-02-17 Hello World 
index effb2d061a59210e0387b6a5c623ce78c5fa671c..46ea339ee7ba5115c9c70b773a8aaf99656407ab 100644 (file)
--- 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 (file)
index 0000000..5bfa76a
--- /dev/null
@@ -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