First Blog Post!

Published on Jul 5, 2023

#sveltekit #svelte #MDSVEX #Markdown

Markdown!

Hey friends! 👋

Check it out, the blog is now up and running with MDSVEX!

function greet(name) {
	console.log(`Hey ${name}! 👋`)
}

greet(Chase);