From 96a39c72361891de9b13f2300cd0b13b610e16b5 Mon Sep 17 00:00:00 2001 From: quiet Date: Mon, 16 Feb 2026 20:06:10 -0600 Subject: [PATCH] Remove unneeded daily.html --- content/daily.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 content/daily.html diff --git a/content/daily.html b/content/daily.html deleted file mode 100644 index 8e1dffd..0000000 --- a/content/daily.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Daily Blog Posts" -description: "A collection of my daily progress reflections" ---- - -# Daily Progress - -Here are my daily progress reflections, organized chronologically: - -## Recent Posts - -{% for post in site.posts %} - {{ post.date | date: "%Y-%m-%d" }} - {{ post.title }} - {{ post.excerpt }} - [Read more →]({{ post.url }}) - {% endfor %} - - - -## All Daily Posts - -| Date | Title | -|------|-------| -| 2026-02-16 | Daily Progress: 2026-02-16 | -| 2026-02-15 | AI Adventures: Learning Machine Learning | - ---- - -*Check back tomorrow for another update!* \ No newline at end of file