wait_what_

home projects blog links contact
· reading time: 1 min

First post!

This is the first blog post on my website. Exciting!

why do i need a blog?

I’ve always wanted a place to share things. Random things I come up with or find on the internet, things that took me painfully long to find. It would be nice to be able to share them, so that others wouldn’t have to suffer like I did.

it’s open source

You can find the source code for the website on Github. It’s built using hugo. I tried my best to keep it as simple and minimalistic as possible.

markdown demonstration

As everyone does, I am going to show off my custom markdown styling.

heading 1

heading 2

heading 3

heading 4

heading 5
  • bullet
  • points
  • are
  • nice!

this text is bold and also red

and this text is italics but it’s actually gray

this is a blue link that leads to a very based person’s website

this text is monospaced

// This is a rust code block
use crate::module::Structure;

fn main() {
    let structure = Structure::new(1u8, 2.);

    loop {
        println!("{:?}", structure);
    }
}

cool blockquote

and

this one

is nested

lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

This concludes the custom markdown styling demonstration.




go home · all posts