Alexis Santos

Hello, world

May 3, 2026

This is the first post. The site is built with Astro, themed with retroui, and hosted on GitHub Pages.

// Code blocks get Shiki highlighting automatically.
function hello(name) {
  return `Hello, ${name}!`;
}

More posts coming soon.