Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buster doesn't generate rss anymore #63

Open
zgrimshell opened this issue Apr 27, 2015 · 2 comments
Open

Buster doesn't generate rss anymore #63

zgrimshell opened this issue Apr 27, 2015 · 2 comments

Comments

@zgrimshell
Copy link

with latest changes in Ghost 0.6 series to rss, buster stopped generating rss feeds for new post. Would be very grateful to get this fixed. If you don't have time (as I don't) then I will be happy in my free time to patch this out. Cheers, and thanks for good work.

@ishan-marikar
Copy link

I really hope @axitkhurana or anyone else fixes this :c

@1ambda
Copy link

1ambda commented Oct 9, 2015

@zgrimshell, @ishan-marikar

Buster doesn't generate rss anymore. However, you can generate by yourself using wget. For example,

// ghost.sh
GHOST_HOME="..."
RSS_HOME="$GHOST_HOME/rss"

alias bus_rss="wget -O $RSS_HOME/index.html http://localhost:2368/rss/index.html"
alias bus_gen="buster generate --domain=http://127.0.0.1:2368 --dir=$GHOST_HOME" --base='...'
alias bus_deploy='buster deploy --dir=$GHOST_HOME'

Save above lines to your alias file and then execute bus_rss alias to generate the rss file. Also Note that, buster automatically rename index.html to index.rss when you run buster generate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants