This is a test of Octopress. There won’t be much interesting here while I check things out.

var x = "hello world";
someClass.someFunction(function (err, results) {
  console.log(JSON.stringify(results));
});