static site generators
useful for quickly making sites for blogging, uploading content, sharing notes, sharing markdown.
- Oficial Obsidian Publish $8/m
oriented towards wikis / documentation:
- vitepress, vuepress, kitdocs. in that order
- MkDocs: geared towards documentation
- https://github.com/GitbookIO/gitbook
- https://github.com/rust-lang/mdBook
With this someone non technical can edit the notes online, instead of having to edit locally and use git to push the change:
https://www.getoutline.com/ most notion like
https://www.bookstackapp.com/
https://js.wiki/
digital garden oriented
by language:
Golang
- Hugo
https://themes.gohugo.io/themes/loveit/
https://themes.gohugo.io/themes/blowfish/
linker https://themes.gohugo.io/themes/l1nkr/
Ruby
-
Jekyll:
looks like the most popular generator and powers github pages, has templates ppl post:
https://github.com/Jekyll-Garden/jekyll-garden.github.io
https://github.com/wikibonsai/jekyll-wikibonsai
these jekyll templates seem to be highly configurable and allow for media, images, embedding audio, html stuff
Javascript