this post was submitted on 02 Oct 2025
45 points (95.9% liked)

Open Source

42136 readers
241 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] SterlingArgent@piefed.social 1 points 1 month ago* (last edited 1 month ago)

I use soupault for my static personal website.

You’d still need to create your templates, but I found it a lot more straightforward to use for a minimal than other static site generators.

It just generates a folder with your HTML files and resources that you could upload to any basic web host.

And it’s a self contained executable so you don’t need to install Node.js or anything else.

https://soupault.app/