From 27d35ab7e78cb79ed6c60055f4c6058f596d78bb Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 15 Dec 2025 16:34:22 -0800 Subject: [PATCH] Revive the "blog" as (Tech)notes --- _includes/navigation.html | 6 +++--- _layouts/post.html | 11 +++++------ _posts/2025-07-18-hello-world.md | 1 - blog.html => notes.html | 8 ++++++-- 4 files changed, 14 insertions(+), 12 deletions(-) rename blog.html => notes.html (77%) 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 @@ - - - + diff --git a/_layouts/post.html b/_layouts/post.html index 3194a03..2c7ad35 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,12 +2,11 @@ layout: default --- - - -
- All posts - • -

{{ page.date | date: "%Y.%m.%d" }}

+
+ +

{{ page.title }}

{{ 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 %}