fuzzix dot org

Hello

16 May 2021

About time I got this site up and running again.

Writing my own static site generator was faster than learning to use Jekyll or whatever ;)

The code? It's a trade secret (i.e. shite).

Hey, does syntax highlighting work?

my $foo = 123;
sub bar( $foo ) {
    die $foo;
}