This is the start of my custom blog website. Working on customization and themes…

Button Test!

This is a sentence with an <inline code snippet>.

// Here's a js syntax example.
var fun = function lang(l) {
  dateformat.i18n = require('./lang/' + l)
  return true;
}