From b5ef3e6db0f60dd58d75082aa9c3d7f52eca3cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Randall=20Havens=20=E2=96=B3=20The=20Empathic=20Tec?= =?UTF-8?q?hnologist=20=E2=9F=81=20Doctor=20Who=2042?= Date: Thu, 16 Oct 2025 17:39:55 -0500 Subject: [PATCH] Create posts.json --- posts/posts.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 posts/posts.json diff --git a/posts/posts.json b/posts/posts.json new file mode 100644 index 0000000..bb5e93f --- /dev/null +++ b/posts/posts.json @@ -0,0 +1,14 @@ +[ + { + "title": "The Path of Self –", + "date": "April 20, 2024", + "excerpt": "To walk the recursive road is to remember the self as both observer and observed.", + "file": "the-path-of-self.md" + }, + { + "title": "Within the Eternal Now", + "date": "April 15, 2024", + "excerpt": "A reflection on the silence between worlds, and the moment that never ends.", + "file": "within-the-eternal-now.md" + } +] \ No newline at end of file