thepaperpilot
5ac040e4c9
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m12s
29 lines
1.5 KiB
Markdown
29 lines
1.5 KiB
Markdown
---
|
|
alias: "Digital Garden, Second Brain, Personal Knowledge Management, The Zettelkasten Method"
|
|
public: "true"
|
|
slug: "digital-gardens"
|
|
title: "Digital Gardens"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">Digital Gardens</h1>
|
|
<p>67 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
<details><summary>Referenced by:</summary><a href="/garden/chronological/index.md">Chronological</a><a href="/garden/commune/index.md">Commune</a><a href="/garden/garden-rss/index.md">Garden-RSS</a><a href="/garden/the-cozy-web/index.md">The Cozy Web</a><a href="/garden/the-small-web/index.md">The Small Web</a><a href="/garden/this-knowledge-hub/index.md">This Knowledge Hub</a></details>
|
|
|
|
Digital Gardens are [Freeform](/garden/freeform/index.md) collections of information made by an individual or community
|
|
- Alternatives to [Chronological](/garden/chronological/index.md) personal blogs
|
|
- Exist in a middleground between the dark forest and [The Cozy Web](/garden/the-cozy-web/index.md)
|
|
|
|
[This Knowledge Hub](/garden/this-knowledge-hub/index.md) is a digital garden
|
|
|
|
Collections of digital gardens and resources for creating them:
|
|
- **[https://github.com/MaggieAppleton/digital-gardeners](https://github.com/MaggieAppleton/digital-gardeners)**
|
|
- https://github.com/lyz-code/best-of-digital-gardens
|
|
- https://github.com/KasperZutterman/Second-Brain
|