Contains backend and HTML templates of my website. Demo available at https://twily.name.
Go version 1.18.3 minimal tested, 1.18 minimal required.
$ git clone https://github.com/Twi1ightSpark1e/website.git
$ pushd website
$ go build
$ cp config.yaml{.sample,}
$ $EDITOR config.yaml
$ ./website
$ popd