cherrykitten.dev/content/index.md
2023-02-07 16:25:43 +01:00

460 B

+++ title = "Hello there!" +++

{{ image(src="/profile.jpeg", alt="Profile picture", position="center", style="border-radius: 50%; height: 128px; width: 128px;") }}

Hi, I'm Sammy.

Welcome to my little website :3

///I like to meow
fn main() {
    loop {
        println!("Meow!");
    }
}


// Honestly I just wanted to have some kind of code block somewhere to see how pretty the syntax highlighting is