owo what's this

introduction to this really cool blog

>svelte>blog>frontend

owo what’s this

hi, this is an osu! themed blog that i made for my friend ronnyrun

nerd!

it’s made using sveltekit and uses markdown files as blog posts. the site is completely static, markdown filkes are rendered at build time using mdsvex.

it supports code syntax highlighting using prismjs, like so:

const a = 'test';
function test() {
	console.log(a);
}

source code is available on github

uwu