Hi!
Pls recommend tools wich are good to use for publishing .md files as sites? Could be static but threes-structured (Beside git and nextcloud, of course)
would like to “publish notebook” from obsidian over internet
I saw https://vitepress.dev/ but for noobs it’s hard to get use to it
Thank you
I use Zola (https://github.com/getzola/zola) for personal blog.
There are also other options depending on your use case. For example, https://github.com/rust-lang/mdBook for documentation/ebook style content.