content: add hello world post
This commit is contained in:
parent
37be79e0b5
commit
d1d921ffd3
32
content/posts/hello-world.md
Normal file
32
content/posts/hello-world.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
title: "Hello World"
|
||||||
|
date: 2020-07-14T18:07:56+02:00
|
||||||
|
draft: false
|
||||||
|
description: "Test post please ignore"
|
||||||
|
tags:
|
||||||
|
- test
|
||||||
|
categories:
|
||||||
|
favorite: false
|
||||||
|
---
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
Loading…
Reference in a new issue