axitkhurana / buster

Brute force static site generator for Ghost
MIT License
800 stars 139 forks source link

No RSS for tags #36

Closed luizfaias closed 10 years ago

luizfaias commented 10 years ago

Before complaining about anything, let me just say that Buster is a great tool :smile:

Are there any plans for supporting RSS on tags?

I'm using Ghost 0.5.2.

Example (404 error): http://luizfaias.com/tag/matrix/rss

Thanks, Luiz

axitkhurana commented 10 years ago

Thanks @luizfaias !

I haven't been able to work on buster for quite some time. If you look at the buster script, you'll see it uses wget to generate static pages. As there is no link to RSS feeds of tags in the blogs wget has no idea that such pages exist and that it needs to generate those pages.

Can't promise timeline on this, but feel free to submit a pull request that adds this functionality.

axitkhurana commented 10 years ago

Just pushed a new release @luizfaias . Upgrade using pip install --upgrade buster. Should work now!