Digital Garden Plugin documentation

We are working on making the oleeskild/obsidian-digital-garden documentation EVEN BETTER. This is a draft project page lol. I am posting this online because Discord said my message is too long (rude).

Goals:

  1. Easy to publicly access and comment,
  2. Multiple moderators,
  3. Easy to maintain and update by different people

Options to host

Fork dgdocs repo

Unfortunately, I think this rules out just cloning digitalgardendocs repo because there's some transliteration that occurs from plugin to repo, and it's one way; if we initiate pull-requests, Ole's not really able to implement them without some heavy lifting.

I'm not sure what this means, but I'm all good with not cloning the docs repo

IndieWeb wiki

IndieWeb wiki

So as @palol said, we just need to have a website to be able to log in and edit their wiki—add, modify, or delete content or pages.

FYI, I just updated the Obsidian - IndieWeb page last night to more clearly show what options are there to use Obsidian to build a personal website. 🌟

GitHub pages / DG plugin

I think publishing with something like [GitHub Pages is a nice middle ground](https://nicolas-van.github.io/easy-markdown-to-github-pages/ ; it's entirely managed in GitHub, uses a version of Markdown, and we could do all management from one site.

So to my understanding GitHub pages is just another static site generator like DG plugin. So technically we could use this or another Obsidian vault equipped with digitalgarden plugin, and in theory the effect is the same?

What I think

Hybrid approach

Benefits:

@palol, I think we can grab a lot of the content from the DG-plugin GH Discussions as use it to seed our own site :)

Example

graph LR

	A1[Showcase site] 
	A2[IndieWeb]
	
	B1[Link to DG plugin]
	B2[Link to official DG docs]
	B3[Live examples of components, CSS, etc]
	B4[How to]
	B5[Questions]
	B6[Other?]
	
	B1 --> A1 
	B1 --> A2 
	B2 --> A1
	B2 --> A2 
	B3 --> A1
	B4 --> A1
	B5 --> A1
	B6 --> A1