Hello World

This is the first post on Rogue Signal. A test of the pipeline — from markdown to rendered page.

If you’re reading this, the system works: content collection, slug routing, layout, typography, code highlighting, RSS, search. All wired up.

Here’s a code block to verify Shiki highlighting:

function intercept(signal: string): boolean {
  const frequency = signal.split("").reduce((a, c) => a + c.charCodeAt(0), 0);
  return frequency % 7 === 0;
}

More transmissions to follow.