middleman / middleman-blog

Blog Engine Extension for Middleman
https://middlemanapp.com
MIT License
325 stars 179 forks source link

feed.xml error on multi-blog site #366

Closed missusmy closed 5 years ago

missusmy commented 5 years ago

Expected behaviour

XML feed of blogs

Actual behaviour

RuntimeError at /feed.xml You have more than one blog so you must either use the flag --blog (ex. --blog 'myBlog') when calling this method, or add blog: [blog_name] to your page's frontmatter

Steps to reproduce the problem

Added second blog

Additional information

I only want the first blog in the feed, not the second one.

missusmy commented 5 years ago

Figured it out... Added to feed.xml.builder.