middleman / middleman-blog

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

Fix `middleman article` command for multiple blogs #307

Closed andrewcroce closed 8 years ago

andrewcroce commented 8 years ago

The middleman article command presumed the key name for the blog is the same as the blog name; its not. Rather than getting the blog by key, this finds it by name.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.01%) to 93.627% when pulling 15620e550b926269eb3ae0c07f4144138e2c00d6 on andrewcroce:master into 0c44ce0516cc19d3eacb33bd502825dd0d936492 on middleman:master.

tdreyno commented 8 years ago

Thanks!