Overview
Eleventy-Garden is a starter site designed for building a mind garden using 11ty. It is a demonstration of a digital garden built with the Eleventy static site generator. The project aims to provide a platform for creating a personal knowledge base or mind garden.
Features
- Double-bracket links similar to those used by Roam Research
- Displays backlinks for easier navigation and connection of ideas
- Hovercards for backlinks to provide quick information about linked content
- Related content feature to show related articles or pages
- Integration with other digital garden templates like maximevaillancourt/digital-garden-jekyll-template and mathieudutour/gatsby-digital-garden
- More digital gardening resources available at maggieappleton/digital-gardeners
Installation
To install Eleventy-Garden, follow these steps:
- Clone the repository:
git clone [repository URL]
- Navigate to the project folder:
cd eleventy-garden
- Install dependencies:
npm install
- Build the site:
npm run build
- Start the development server:
npm run serve
Summary
Eleventy-Garden is a starter site built with 11ty, designed for creating a personal mind garden or knowledge base. It offers features like double-bracket links, backlinks, hovercards, and related content. The project also provides integration with other digital garden templates. To install Eleventy-Garden, clone the repository, install dependencies, and build the site.