First Test Post

this be a cool subtitle yo!

Awesome regular markdown can be written here and Jekyll automatically converts it to a nice webpage. WoW!!

Here is some bold text

Here is a secondary heading

Here’s a code chunk:

class jekyll
{
    public static void main(String args[])
    {
      System.out.println("Hello Jekyll!");
    }
}

And here is some code with syntax highlighting

1
2
3
4
var foo = function(x) {
  return(x + 5);
}
foo(3)