How do projects like this routes traffic? Similar to ngrok?
Blot turns a folder into a website
11–20 of 143 posts
Re: Blot turns a folder into a website
#12Does anyone remember scriptogr.am? It was a similar idea, but it's long gone now.
Re: Blot turns a folder into a website
#13Would be cool if it could be self hosted
Re: Blot turns a folder into a website
#14Haven't tried blot, but I discovered that with a basic stylesheet
"tree -H" can be super useful.
Re: Blot turns a folder into a website
#15Would be cool if it could be self hosted
It's not trivial and mostly undocumented, but not terrible. https://github.com/davidmerfield/blot
Re: Blot turns a folder into a website
#16We've come full circle
If I remember correctly earliest version of Apache also did this (though it used S/FTP instead of dropbox and .html instead of .md)
Re: Blot turns a folder into a website
#17Would be cool if it could be self hosted
Isn't that literally just a web server?
Re: Blot turns a folder into a website
#18Haven't tried blot, but I discovered that with a basic stylesheet "tree -H" can be super useful.
Show ?
Re: Blot turns a folder into a website
#19We've come full circle
I laughed, thanks :D
If there's anything to learn about humanity it's that we apply this technique in many ways.
Re: Blot turns a folder into a website
#20Express application that converts files to HTML with pandoc and serves the results, with a dashboard.
The TODO file in the repo[1] is fascinating.
1: https://github.com/davidmerfield/Blot/blob/39d9583395c190534...