A Digital Garden Theme for Gatsby. Gatsby Garden lets you create a static HTML version of your markdown notes
Gatsby Garden is a tool that allows users to create a static HTML version of their markdown notes. It is specifically designed to convert Obsidian Zettelkasten Notes into a public Digital Garden. The tool offers several features such as support for wiki links, graph visualization of linkages between notes, backlinks, tagging, and automatic generation of sitemap, RSS feed, and home page.
To use Gatsby Garden, you’ll need to have node, npm, and git installed on your system.
Install the necessary tools by running the following command:
npm install -g gatsby-cli
Create a new site using Gatsby Garden by running the following command:
gatsby new my-garden https://github.com/username/gatsby-garden
Navigate to the newly created site folder:
cd my-garden
Start the development server by running the following command:
gatsby develop
Open your browser and go to http://localhost:8000/ to see Gatsby Garden running.
Gatsby Garden is a powerful tool for creating a static HTML version of markdown notes, particularly for those using Obsidian Zettelkasten Notes. It offers various features such as support for wiki links, graph visualization of note linkages, backlinks, tagging, and automatic generation of sitemap, RSS feed, and home page. By following the installation guide, users can easily set up and start using Gatsby Garden to create their own digital garden.