Open stevegrossi opened 10 years ago
Indeed middleman-blog-drafts does not support multiple blogs yet. This feature has been on my radar for some time but I haven't gotten around implementing it yet. @stevegrossi, thanks for opening this issue so we can track progress on this.
I use middleman for a dev blog but have a second blog activated for portfolio items:
Adding
activate :drafts
to my config.rb throws the error:Removing the second call to
activate :blog
fixes it, but of course I need that. It would be nice ifactivate :drafts
worked with an optional argument to specify which blog to use it with if multiple are present, e.g.