blog/content/posts/2020-07-14-hello-world/index.md

49 lines
600 B
Markdown
Raw Normal View History

2020-07-14 18:17:36 +02:00
---
title: "Hello World"
date: 2020-07-14T18:07:56+02:00
draft: false
tags:
- test
categories:
favorite: false
tikz: true
2020-07-14 18:17:36 +02:00
---
## Test post please ignore
Hello world, this is just to test the capabilities of [Hugo](https://gohugo.io/)
<!--more-->
### Syntax highlighting
#### Rust
```rust
fn main() {
println!("Hello World!")
}
```
#### Shell
```sh
echo hello world | cut -d' ' -f 1
```
### TikZJax support
{{% tikz %}}
\begin{tikzpicture}
\draw (0,0) circle (1in);
\end{tikzpicture}
{{% /tikz %}}
2021-01-23 16:08:01 +01:00
### Spoilers
{{% spoiler "Don't open me" %}}
Test 2
Test 3
{{% /spoiler %}}