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
doneEin Bild mit figure #full:
Title1: Perf output
Ein Bild mit figure #mid:
Ein Bild mit figure #float:
:) O:)