non random thoughts

Hugo Tests

This is my first test post to test language rendering for Go and Bash and how to use pictures.

func main() {
     println("Hello Go!")
}
package foo

func Bar() (string, error) {
     println("Hello foo.Bar!")
     return "foo", nil
}
function foo () {
     echo "Hello Bash!"
}

cat <<EOF
Hello World!
EOF

while [ 1 ]
do
        echo -n "."
        sleep 0.5
done

Ein Bild mit figure #full:

Title1: Perf output

Text danach1

Ein Bild mit figure #mid:

Text danach2

Ein Bild mit figure #float:

Text danach3

:) O:)