Linking out and in was trivial :) For now I'll display em after the post contents. When I get serious about Displaying the notes I'll figure out how to make cards pretty.
next/link is really easy to use. Just <Link href="...">...</Link>
and you've got client-side routing for free. Continually impressed with Next.
I'd like to deploy to see if it's really that fast. Each time a post is rendered I might be regenerating the database (reading from the filesystem...). Anyway let's see how it holds up.
Andy Matuschak's notes will serve as a pretty big inspiration for these. One key difference is brevity.
I'd like to display my notes in more of a "card" format than something that better serves long-form writing. I'm just not good at long-form writing.
I'll probably use Next.js because, as much as I'd like to build my own slim thing - Next is really, really good.