buster icon indicating copy to clipboard operation
buster copied to clipboard

Not maintained. Alternative?

Open axitkhurana opened this issue 5 years ago • 2 comments

Buster isn't maintained anymore. Sorry for the trouble!

If you want Ghost and static site generation, checkout publishing static sites with Ghost and Gatsby:

https://www.gatsbyjs.org/blog/2019-01-14-modern-publications-with-gatsby-ghost/ https://docs.ghost.org/api/gatsby/

It's still early days for that project but looks like it's the right way to go.

axitkhurana avatar Mar 16 '19 03:03 axitkhurana

If anyone's looking for a set-and-forget type of setup, I build Sitesauce inspired by Buster. You just enter the URL to your site (Ghost or whatever platform you are using) and get a static site generated and uploaded to ZEIT automatically. You can also configure it so that your site is automatically regenerated when you change your content (with a first-party Ghost integration!).

m1guelpf avatar Apr 29 '20 10:04 m1guelpf

I wrote a Python 3 script to do something like this, which doesn't use wget: https://github.com/arktronic/ecto1

arktronic avatar Aug 29 '20 15:08 arktronic