Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/9-imanga-version-14-released' do
    "Hello World"
  end
end