this doesn't work tho you gotta make the thing if you wanna argue well. also i like to think this site turned out pretty fast, it's basically just limited by record fetch time
Comments
Log in with your Bluesky account to leave a comment
i also like the experience with this mode, where you trade a bit of latency and runtime dependency for being able to update the site simply by publishing a new post and updating the index
i might have to do a bit of SSG stuff if i want per-post opengraph previews unfortunately
the way my records are setup, building an ssg off of it would just be fetching all the post markdown & tags and plugging that straight into your favorite existing ssg unmodified
the site just plugs markdown right into react-markdown
Comments
i might have to do a bit of SSG stuff if i want per-post opengraph previews unfortunately
the site just plugs markdown right into react-markdown