Hello World

Welcome to your new Kiln site!

This is your first post. Edit it or create new .md files in content/posts/.

Code highlighting

Kiln uses Prism.js for syntax highlighting:

var site = new KilnSite("My Site");
                site.Build();
                
console.log("Hello, Kiln!");