zhravan/zen-mdx-blog

feat: design minimal work or project listing UI

Open

#1 opened on Oct 15, 2025

 (5 comments) (0 reactions) (1 assignee)TypeScript (6 forks)auto 404
enhancementgood first issuehacktoberfesthacktoberfest-acceptedhacktoberfest2025

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description:

Reduce the blog listing view to a single-line, chronological “check-format” layout — almost like a terminal output or git log while preserving readability.

Display entries as: • Sep 04, 2025 : Title

The date and title remain inline, separated by a colon. On hover (or long-press on mobile), a tooltip appears showing the blog description.


Context:

To follow a design philosophy that keeps the list feeling like a timeline of thoughts rather than a grid of cards. It fits perfectly for an MDX-based blog like next-mdx-blog, where the words themselves are the design.

Contributor guide