We'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)
Blot turns a folder into a website
21–30 of 143 posts
Re: Blot turns a folder into a website
#22Re: Blot turns a folder into a website
#23This makes me think of the early/mid-2000s & https://blosxom.sourceforge.net. Blosxom had this delightful concept of file extensions as "flavours." For example, you could have a ".rss" flavour that would present that hierarchy of your site as an RSS feed if you added ".rss" to the URL. Brilliant!
Re: Blot turns a folder into a website
#24Love the simplicity! Looks like this shouldn't need a server, but instead could just be a static site generator. Am I missing something?
Re: Blot turns a folder into a website
#25Would be cool if it could be self hosted
Re: Blot turns a folder into a website
#26If there only was a Docker image...
Re: Blot turns a folder into a website
#27Earlier quoted context omitted.
Isn't that literally just a web server?
Only if the web server transparently converts non-HTML sources (Markdown, Word docs, Google docs, LaTeX, image galleries) into HTML on the fly.
Especially older servers have quite a lot of those types of capabilities, rendering directories to fancy indexes, processing input files in various ways.
Like they'd even spawn arbitary processes for you (w/ CGI).
Re: Blot turns a folder into a website
#28Love the simplicity! Looks like this shouldn't need a server, but instead could just be a static site generator. Am I missing something?
How do you want to serve pages without an http[s] server ?
Re: Blot turns a folder into a website
#29Cool idea. This is a project I’ve done that feels in a similar vein. https://github.com/pseudosavant/player.html
Re: Blot turns a folder into a website
#30Love the simplicity! Looks like this shouldn't need a server, but instead could just be a static site generator. Am I missing something?
Looks to be principally a turnkey service that shelters consumers from the details of web servers and static site generators.