blog/content/posts/hello-world.md
Bruno BELANYI 672c4fa6be posts: remove 'description' from all front matters
An up-coming change to my base theme will make use of those as a summary
of the posts [1] instead of using an extract of the post. This is not of
interest to me, and I realized I actually do not make use of the
descriptions anywhere.

[1]: https://github.com/Mitrichius/hugo-theme-anubis/pull/105
2021-10-13 17:03:15 +02:00

600 B

title date draft tags categories favorite tikz
Hello World 2020-07-14T18:07:56+02:00 false
test
false true

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

TikZJax support

{{% tikz %}} \begin{tikzpicture} \draw (0,0) circle (1in); \end{tikzpicture} {{% /tikz %}}

Spoilers

{{% spoiler "Don't open me" %}} Test 2

Test 3 {{% /spoiler %}}