Tutorial

Sample tutorial: a code block walks into a page

A featured sample exercising the tutorial category, syntax highlighting, and the homepage lead slot.

This sample is featured: true, so it should occupy the lead slot on the homepage and appear on /writing. It’s category: tutorial, so its chip should be ochre.

A code block

# Shiki should highlight this
docker compose up -d
docker compose logs -f --tail=50
// And this
const greet = (name: string): string => `Γειά σου, ${name}`;
console.log(greet('κόσμε'));

That Greek string doubles as a check that Alegreya’s Greek subset loads inside prose and JetBrains Mono’s inside code.