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