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
Blot turns a folder into a website
31–40 of 143 posts
Re: Blot turns a folder into a website
#32We've come full circle
Re: Blot turns a folder into a website
#33The 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
#34I 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
#35Re: Blot turns a folder into a website
#36I 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
#37Haven't tried blot, but I discovered that with a basic stylesheet "tree -H" can be super useful.
Show ?
-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
#38Re: Blot turns a folder into a website
#39I 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