blog/content/posts/2020-07-14-hello-world/index.md
Bruno BELANYI 05567a11ae posts: add 'description' back to all front matters
The upstream theme has decided to revert [1] the modification that made
me decide to remove them.

On top of that, another commit has made the `description` field useful
for the `<meta name=description>` tag [2].

This reverts commit 672c4fa6be.

[1]: https://github.com/Mitrichius/hugo-theme-anubis/pull/108
[2]: https://github.com/Mitrichius/hugo-theme-anubis/pull/107
2021-10-20 15:00:41 +02:00

639 B

title date draft description tags categories favorite tikz
Hello World 2020-07-14T18:07:56+02:00 false Test post please ignore
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 %}}