Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/10-see-the-new-and-improved-imanga-reader-in-action' do
    "Hello World"
  end
end