I am trying to create a multiple blog, but I don’t seem to get a simple detail that will make it work properly.
I followed the instructions and activated two blogs, exactly as stated in this page: http://middlemanapp.com/basics/blogging/#multiple-blogs-in-a-single-site (I just added an extra “blog.sources = “BLOG/:title.html”” in each blog).
After adding that, I also added an article in each directory (Using the "middleman article TITLE blog “BLOG”).
However, when I access localhost:4567/dogs, I get a “File not found” error.
Knowing that I want to create a blog in localhost:4567 and another in localhost:4567/blog (And to be able to access this URL in the browser), what do I need to do to achieve that?