Skip to content
George Fairs
Go back

Hello, world

Edit page

Welcome to my blog. This first post is here mainly as a structure reference: copy this file, change the frontmatter, and start writing.

Frontmatter fields

Every post starts with a frontmatter block between --- fences:

Writing

Below the frontmatter, write in Markdown. Headings, bold, italic, links, lists, code blocks, and images all work out of the box.

console.log("hello, world");

To add a new post, drop a .md (or .mdx) file into src/content/posts/.


Edit page
Share this post:

Previous Post
Interactive notebooks with marimo (test)