Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/12-check-out-the-latest-app-from-studio-bebop-find-me-food' do
    "Hello World"
  end
end