That didn't last long

The iWeb logo in a rubbish bin

Previously, this site was a bit of an experiment created with an old version of iWeb, however I was quite disappointed with the limitations of iWeb, mainly the lack of handy things like code blocks, so here I am, Ghost deployed on Kubernetes.

This is all running on a Turing Pi 2.5 cluster with 4 RK1s, which is way overpowered for a blog, but I plan on using it for other things as well.

package main

import "fmt"

func main() {
    fmt.Println("Hello World")
}