diff --git a/.gitignore b/.gitignore
index 2d96ba3..6658ced 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
*.kate-swp
+.idea
+.venv
+data
diff --git a/assets/entry_data/hello_world.json b/assets/entry_data/hello_world.json
new file mode 100644
index 0000000..793693f
--- /dev/null
+++ b/assets/entry_data/hello_world.json
@@ -0,0 +1,7 @@
+{
+ "href": "hello_world.html",
+ "date": "2025-03-01",
+ "author": "Lucia Zehentner",
+ "tags": ["test", "programming"],
+ "content_warnings": []
+}
diff --git a/assets/entry_data/hello_world.md b/assets/entry_data/hello_world.md
new file mode 100644
index 0000000..5b78ab9
--- /dev/null
+++ b/assets/entry_data/hello_world.md
@@ -0,0 +1,17 @@
+# Hello World!
+
+This is the first blog entry on my website, generated out of a Markdown input file and a JSON using my own blog engine [CatGirlBlogEngine](https://codeberg.org/Schlecknits/CatGirlBlogEngine).
+
+## What you can expect on this blog
+
+For the most part I'll cover topics that interest me personally, particually:
+
+- Programming
+- Geoinformatics
+- Electronics
+- Gender transistion
+- Cooking and baking
+
+Let's see what the future might hold in store. If you are interested in a particual topic I'll try to tag each blog entry properly, so one can search for whatever is of interest to them.
+
+Until then, best of luck to you :3
diff --git a/blog.html b/blog.html
index 41f38f0..a2f5be2 100644
--- a/blog.html
+++ b/blog.html
@@ -8,11 +8,7 @@