+ {{ post.title }} +
+ + {% if post.excerpt %} +{{ post.excerpt | strip_html | truncate: 200 }}
+ {% endif %} +From 613e7eab14a2bd15e57753b38f93bbe19648759b Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 1 Mar 2026 18:17:23 +0000
Subject: [PATCH 1/2] Initial plan
From 285c6e445c5d60993cf2a3edd04a8aca25e8cf7a Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 1 Mar 2026 18:19:46 +0000
Subject: [PATCH 2/2] Add blog subpage with example post and nav link from home
page
Co-authored-by: hgarfer <611512+hgarfer@users.noreply.github.com>
---
_layouts/home.html | 1 +
_layouts/post.html | 18 ++++++++
_posts/2026-03-01-hello-world.md | 21 ++++++++++
_sass/main.scss | 72 ++++++++++++++++++++++++++++++++
blog.html | 32 ++++++++++++++
5 files changed, 144 insertions(+)
create mode 100644 _layouts/post.html
create mode 100644 _posts/2026-03-01-hello-world.md
create mode 100644 blog.html
diff --git a/_layouts/home.html b/_layouts/home.html
index 0a9d0fc..7da9db1 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -6,6 +6,7 @@
{{ site.title }}
{{ post.excerpt | strip_html | truncate: 200 }}
+ {% endif %} +No posts yet. Check back soon!
+ {% endif %} +