759 B
759 B
title | date | draft | description | tags | categories | favorite | tikz | graphviz | |
---|---|---|---|---|---|---|---|---|---|
Hello World | 2020-07-14T18:07:56+02:00 | false | Test post please ignore |
|
false | true | 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 %}}
Graphviz support
{{% graphviz %}} graph { a -- b b -- c c -- a } {{% /graphviz %}}
Spoilers
{{% spoiler "Don't open me" %}} Test 2
Test 3 {{% /spoiler %}}