Live data from Hacker News

Blot turns a folder into a website

blot.im

21–30 of 143 posts

Re: Blot turns a folder into a website

#22

Would be cool if it could be self hosted

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.

Re: Blot turns a folder into a website

#23
This 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

#27

Earlier 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

#30
post #24

Love 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.
Post reply on HN