EtherFun Lab

Hello, EtherFun Lab

First post on EtherFun Lab — a placeholder to validate the theme, typography, and deploy pipeline.

·

Welcome to EtherFun Lab. This is a placeholder post to validate the template; real content will follow.

What this site does

A code block

// Code blocks render via Shiki — looks good in light + dark.
type Theme = 'light' | 'dark';

function toggleTheme(current: Theme): Theme {
  return current === 'light' ? 'dark' : 'light';
}

console.log(toggleTheme('light'));

Blockquote

Blockquotes use a soft accent border and muted text in both themes.

List

  1. First
  2. Second
  3. Third

If you can read this, then:

Next: write the first real article.