Matthew Homeyer

Hello, World

intro

Welcome to my blog! This site shares my projects, homelab experiments, and notes.

export function greet(name: string) {
  return `Hello, ${name}!`;
}

Stay tuned for more.