Hello, world
This is the first post on the rebuilt ole.gg. If you’re reading this, the
build pipeline works and the typography is, hopefully, not an embarrassment.
What’s here
The site is deliberately small:
- A home page with recent posts.
- An archive at
/posts. - An about page.
- Markdown files in
src/content/posts/that become individual post pages.
Typography check
A short paragraph to make sure the measure feels right and the line-height
doesn’t fight the reader. The body font is Source Serif 4; headings use
Inter. Code like const answer = 42; is set in JetBrains Mono.
A quote looks like this — left rule in the accent color, italic body.
function greet(name) {
return `Hello, ${name}`;
}
That’s the whole kit.