Skip to content

Welcome to malithb.com

A short note on what this site is and how content is published.

This post exists to verify the blog pipeline: Markdown in the repo, static generation, Open Graph metadata, and Decap CMS for editing.

You can add new posts as .md files under content/blog or use the admin UI at /admin once the Git backend is configured for your host.

// A tiny nod to the Microsoft stack
public static class Program
{
    public static void Main() => System.Console.WriteLine("Hello, world.");
}

Thanks for reading.