* Add prev/next navigation to blog posts, reduce index gap * Add download/GitHub CTA to all blog posts via layout * Track blog post slug in PostHog download/GitHub click events
30 lines
852 B
TypeScript
30 lines
852 B
TypeScript
export const blogPosts = [
|
|
{
|
|
slug: "cmd-shift-u",
|
|
title: "Cmd+Shift+U",
|
|
date: "2026-03-04",
|
|
summary:
|
|
"How Cmd+Shift+U navigates between finished agents across workspaces in cmux.",
|
|
},
|
|
{
|
|
slug: "zen-of-cmux",
|
|
title: "The Zen of cmux",
|
|
date: "2026-02-27",
|
|
summary:
|
|
"cmux is a primitive, not a solution. It gives you composable pieces and your workflow is up to you.",
|
|
},
|
|
{
|
|
slug: "show-hn-launch",
|
|
title: "Launching cmux on Show HN",
|
|
date: "2026-02-21",
|
|
summary:
|
|
"cmux hit #2 on Hacker News, got shared by Mitchell Hashimoto, and went viral in Japan.",
|
|
},
|
|
{
|
|
slug: "introducing-cmux",
|
|
title: "Introducing cmux",
|
|
date: "2026-02-12",
|
|
summary:
|
|
"A native macOS terminal built on Ghostty, designed for running multiple AI coding agents side by side.",
|
|
},
|
|
];
|