I announced Blot on Hacker News almost 10 years ago. Thank you all for helping to get it started. It was a nice surprise to see it posted again here today.<p>The goal of Blot is to bring the benefits of the static site generator to people who haven't heard of static site generators
Express application that converts files to HTML with pandoc and serves the results, with a dashboard.<p>The TODO file in the repo[1] is fascinating.<p>1: <a href="https://github.com/davidmerfield/Blot/blob/39d9583395c190534bc2f1fc39683933833d67c2/todo.txt">https://github.com/davidmerfield/Blot/blob/39d9583395c190534...</a>
Related. Others?<p><i>Blot is a blogging platform with no interface. It turns a folder into a website</i> - <a href="https://news.ycombinator.com/item?id=32041158">https://news.ycombinator.com/item?id=32041158</a> - July 2022 (9 comments)<p><i>Blot – a blogging platform with no interface</i> - <a href="https://news.ycombinator.com/item?id=17314858">https://news.ycombinator.com/item?id=17314858</a> - June 2018 (120 comments)<p><i>Blot – blogging from a Dropbox folder</i> - <a href="https://news.ycombinator.com/item?id=10078031">https://news.ycombinator.com/item?id=10078031</a> - Aug 2015 (17 comments)<p><i>Show HN: Blot, a static blog powered by Dropbox</i> - <a href="https://news.ycombinator.com/item?id=8183498">https://news.ycombinator.com/item?id=8183498</a> - Aug 2014 (36 comments)
This makes me think of the early/mid-2000s & <a href="https://blosxom.sourceforge.net" rel="nofollow">https://blosxom.sourceforge.net</a>. 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!
I briefly contributed to Blot (its code is Public Domain [1]). David keeps working on Blot constantly, and it's pretty cool to see the progress changelog with direct mapping to git commits [2].<p>1. <a href="https://github.com/davidmerfield/Blot">https://github.com/davidmerfield/Blot</a><p>2. <a href="https://blot.im/news" rel="nofollow">https://blot.im/news</a>
I recently migrated my own static Hugo blog onto Blot, and I just about couldn’t be happier with it.<p>I’m not versed in web development, but Blot’s developer (David) seems to have a great goal in mind & similar enough priorities to what I wanted that it was a great fit. I finally got to set up the photography site I’d been planning, too.<p>It’s <a href="http://ristrettoshots.com/" rel="nofollow">http://ristrettoshots.com/</a> if anyone was curious what one take on a Blot photo site would look like.
1. Old solution becomes new again<p>2. Folks clamor that we actually had things right the first time<p>3. Hype dies down<p>4. Blog posts complain that the solution "just doesn't scale" and that the complete opposite approach (or some hybrid) is better<p>5. GOTO 1
I do a low-tech version[1] of this using tree-1.8.0...<p>[1] <a href="https://every.sdf.org/" rel="nofollow">https://every.sdf.org/</a>
Wow, I’m surprised I’ve never never heard of this and I’ve been working in web dev for 10+ years. I love this idea and I have some things I want to put out there without much management on my part. This will be perfect
I used Blot for about 5 years for Second Breakfast. Its ease of use got me started blogging. Very cool app/service, highly recommend.<p>I had it strung up with RSS to Mailchimp to auto-send new posts to a mailing list. Recently just switched to Ghost to make that more integrated, we'll see how it goes!
<a href="https://spinup.dev" rel="nofollow">https://spinup.dev</a> is a similar thing I made a few years ago, with free analytics out-of-the-box for each deploy. Syncing changes is a feature I'd like to add, but time is tight for side-projects at the moment.
I built something similar - <a href="https://github.com/mxsjoberg/md2website">https://github.com/mxsjoberg/md2website</a>
Props to _0vzt for keeping Blot rocking for a decade - it's like they've got a secret sauce for static site magic. And yeah, Sephr's right about needing clearer pricing. It's like playing hide and seek with numbers! Lastly, devjab's take on pricing clarity is spot on. It's a breath of fresh air when you don't have to turn into a detective to figure out what something costs.
This is pretty much how my website worked back when running Dropbox as a headless service on Linux was “easy” and bloat-free. Glad to see it as a service.
Is there an option to pay and to self host? Recently my boss asked me for things to spend money on to use up some budget at the end of the year. We can't use hosting services but would pay for support or an "enterprise" edition if we could host it ourselves. Probably not your market but just something to consider.
You know what else turns a folder into a website? Installing nginx from your distro repositories. Then every folder beneath the www dir is a website. I'm not joking around. Files in folders is really the best way to make websites.
I’ve been using blot for YEARS and there’s a huge segment of people in the ttrpg world who have followed suit after being burned by so many platforms. Dev has been super helpful and responsive. Will be a customer for life.
Cool idea. This is a project I’ve done that feels in a similar vein. <a href="https://github.com/pseudosavant/player.html">https://github.com/pseudosavant/player.html</a>
I’ve been a happy blot user for a while now.<p>Thanks for building this.<p>Also, my website is <a href="https://independentlypoor.com/" rel="nofollow">https://independentlypoor.com/</a>
I sort of have a bad taste about this project. I'll use proper support channels and won't rant here, but what happened was that my card was being declined trying to sign up. Thought I could self-host on a linode somewhere given the code is in the public domain, but there is no documentation :/
Does anyone remember scriptogr.am? It was a similar idea, but it's long gone now.<p><a href="https://hn.algolia.com/?q=scriptogr.am" rel="nofollow">https://hn.algolia.com/?q=scriptogr.am</a>
How does this compare to Zrok's integrated server? I've been very impressed with zrok even though I haven't done anything with it in production yet.
> Files and folders whose name starts with an underscore do not become posts or pages. You can link to or embed them in posts.<p>So you cannot link to "posts"? Only to files whose names starts with underscore?