--- blogpost: true author: kz date: 2021-04-16 category: linux tags: desktop,docker --- # post1: Testing this thing Is this a blog post? ## more details stuff about 1. something - first - second 2. and another thing - xyz - abc ## check some code wow check this: ```python for i in range(10): print(i) ``` cool eh? ```go package main import "fmt" func main() { fmt.Println("Hiya!") }