Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/15-check-out-the-new-website-for-the-imanga-reader' do
    "Hello World"
  end
end