From 4a18859a3c70beb2fd96b8cdc61c753868a141ac Mon Sep 17 00:00:00 2001 From: Dinesh <13635627+HumbleBee14@users.noreply.github.com> Date: Sat, 8 Aug 2026 23:00:10 -0700 Subject: [PATCH 1/2] Revert homepage to card layout The editorial index duplicated the topic row list below and wasted vertical space. Keeps the dark-mode elevation fix (already on main). --- src/pages/index.astro | 212 ++++++------------------------------------ 1 file changed, 30 insertions(+), 182 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 54f6723..4583c05 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -44,10 +44,6 @@ const featuredTools = pickCoreTools(allTools);
-
- ML Systems - An open archive · Est. 2026 -
+ ))} - +
) @@ -142,29 +132,23 @@ const featuredTools = pickCoreTools(allTools); All articles → -
    - {recent.map((p, i) => ( -
  1. - - {String(i + 1).padStart(2, '0')} -
    -

    {p.data.title}

    -

    {p.data.summary}

    -
    - {p.data.topicId && {topicName(p.data.topicId)}} - {p.authors.map((a) => a.data.name).join(', ')} - - {formatDate(p.data.date)} · {p.data.readMin} min - -
    -
    -
  2. + + ))} -
+ ) @@ -370,142 +354,6 @@ const featuredTools = pickCoreTools(allTools);