Live data from Hacker News

Blot turns a folder into a website

blot.im

31–40 of 143 posts

Re: Blot turns a folder into a website

#31

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]. 1. https://github.com/davidmerfield/Blot 2. https://blot.im/news

Thanks for contributing – Rakhim created the 'questions' forum:

https://blot.im/questions

Re: Blot turns a folder into a website

#33
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.

The goal of Blot is to bring the benefits of the static site generator to people who haven't heard of static site generators

Re: Blot turns a folder into a website

#34
I used Blot for about 5 years for Second Breakfast. Its ease of use got me started blogging. Very cool app/service, highly recommend.

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!

Re: Blot turns a folder into a website

#36
post #33

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. The goal of Blot is to bring the benefits of the static site generator to people who haven't heard of static site generators

Just what I needed!

Re: Blot turns a folder into a website

#37

Haven't tried blot, but I discovered that with a basic stylesheet "tree -H" can be super useful.

Show ?

Just man tree if it's on your system. I used it for temporary jobs, like where I needed to give some students a quick website of a folder of source files. Not much to it.

     -H baseHREF

     Turn on HTML output, including HTTP references. Useful for ftp sites.
     baseHREF gives the base ftp location when using HTML
     output. That is, the local directory may be `/local/ftp/pub', but
     it must be referenced as `ftp://hostname.organization.domain/pub'
     (baseHREF should be `ftp://hostname.organization.domain').
     Hint: don't use ANSI lines with this option, and don't give more
     than one directory in the directory list. If you wish to use
     colors via CSS style-sheet, use the -C option in addition to this
     option to force color output.

     -T title
     Sets the title and H1 header string in HTML output mode.
and that's about it!

Re: Blot turns a folder into a website

#39
post #33

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. The goal of Blot is to bring the benefits of the static site generator to people who haven't heard of static site generators

Been a happy customer since 2018! Thank you so much for making it.
Post reply on HN