September 10th, 2020
Here’s my summary of Federalist 75
I’m looking to use Middleman to generate a static site for this Digital Garden. Middleman is particularly appealing because it’s easy to create dynamic pages.
The source of the data is Roam’s JSON export, which is what gatsby-digital-garden uses. There is some JavaScript in fetch-roamresearch that could be used to download the database when building in CI.
I can’t get past how much overhead Gatsby adds to a project.
19:38 Cool, I have a working project with all the basics (inbound/outbound linking, block references, etc.) That was easier than I thought.