Create a digital garden with Gatsby
The Gatsby and Digital Garden set of packages offer tools to create a digital garden utilizing Gatsby. These packages include features like exporting Roam Research databases, transforming brackets and parenthesis into links, managing pages, and extracting references between markdown nodes. The Gatsby theme, gatsby-theme-garden, bundles all these packages together for an efficient digital garden creation process.
Create a Gatsby site using the Gatsby CLI and specify the garden theme starter.
npx gatsby new my-garden https://github.com/mathieudutour/gatsby-digital-garden
Navigate to the newly created site’s directory.
cd my-garden
Start the site.
gatsby develop
Access the site at http://localhost:8000 to start customizing your digital garden.
The Gatsby and Digital Garden packages provide a powerful set of tools for creating digital gardens with Gatsby. By offering features like Roam Research database export, link transformations, page management, and reference extraction, developers can efficiently build and customize their digital gardens. The gatsby-theme-garden theme further simplifies the setup process by bundling all these packages together, enabling users to quickly get started on their digital garden projects.