Hello, World

This is the test post.

What to Expect

Nothing.

Code Example

Here’s a function as a test of syntax highlighting:

export async function load({ params }) {
	const post = await import(`../content/blog/${params.slug}.md`);

	return {
		content: post.default,
		meta: post.metadata
	};
}

What’s Next

See see.

ewilli.am/blog/hello-world