post 4
All checks were successful
Deploy on push / deploy (push) Has been skipped

This commit is contained in:
2025-09-19 03:05:21 -07:00
parent 2a322f53c4
commit 851c773295
2 changed files with 32 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ document.addEventListener("DOMContentLoaded", function () {
// Dynamically load posts on the home page
if (document.getElementById("post-list")) {
const posts = [
{ title: "Home is a Moving Target.", date: "Sep 18, 2025", excerpt: "The first thing I notice when I land in Taipei isnt the humidity, its the English.", file: "post4.md" },
{ title: "Hemming", date: "Jul 28, 2025", excerpt: "Everything I create lives on screens", file: "post3.md" },
{ title: "Scars, Sadness, and Soulmates", date: "Jan 26, 2025", excerpt: "Healing isn't a prerequisite for love, being human is.", file: "post2.md" },
{ title: "Meaningful Action", date: "Jan 23, 2025", excerpt: "wow this is barely comprehensible", file: "post1.md" },