blog/content/posts/hello-world.md

428 B

title date draft description tags categories favorite
Hello World 2020-07-14T18:07:56+02:00 false Test post please ignore
test
false

Test post please ignore

Hello world, this is just to test the capabilities of Hugo

Syntax highlighting

Rust

fn main() {
    println!("Hello World!")
}

Shell

echo hello world | cut -d' ' -f 1