cmux/web/app/components/blog-posts.ts
Lawrence Chen f5de515376
Add prev/next nav to blog posts, reduce index gap (#859)
* 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
2026-03-04 01:52:56 -08:00

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.",
},
];