diff --git a/_includes/navigation.html b/_includes/navigation.html
index ee0d84e..c59be66 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -16,8 +16,8 @@
-
All posts
- •
-
{{ page.date | date: "%Y.%m.%d" }}
+
{{ content }}
diff --git a/_posts/2025-07-18-hello-world.md b/_posts/2025-07-18-hello-world.md
index 9cba12e..5f0054f 100644
--- a/_posts/2025-07-18-hello-world.md
+++ b/_posts/2025-07-18-hello-world.md
@@ -3,7 +3,6 @@ title: "Hello World"
layout: post
date: 2025.07.18
---
-# Welcome
**Hello world**, this is my first Jekyll blog post.
diff --git a/blog.html b/notes.html
similarity index 77%
rename from blog.html
rename to notes.html
index 39f6d7e..1e85ed2 100644
--- a/blog.html
+++ b/notes.html
@@ -1,9 +1,13 @@
---
-title: "Journal"
+title: "(Tech)notes"
layout: default
---
-
Blog
+
(Tech)notes
+
+Documenting work-in-progress projects, learnings, and more.
+
+
{% assign posts_by_month = site.posts | group_by_exp: "post", "post.date | date: '%B %Y'" %}
{% for month in posts_by_month %}