{p.meta.date}
{p.meta.title}
{p.meta.excerpt && ({p.meta.excerpt}
)}import Link from "next/link"; import { TopBar, BackLink, InfoLink } from "../../../components/shell/TopBar"; import { getAllPosts } from "../../../lib/posts"; export default function BlogIndexPage() { const posts = getAllPosts(); return (
Thoughts, experiments and notes from the Voyage universe.
Thoughts, experiments and notes from the Voyage universe.
{p.meta.excerpt}
)}