And the gopher mirror, too! I don't have a good reason, but I really like the gopher protocol. Cool to see someone go to the (minimal) effort it takes to make a gopher mirror.
I am just now writing a static site generator that generates a directory based website from a folder hierarchy. It is heavily inspired by gopher. No bling, no js (well, unintrusive js to make the directory listing sortable) and a focus on getting shit online. The pages are either plain text or generated through some templates using markdown.
I am in dire need to clean the code up, but I will put it on github sooner or later. It grew top-to-bottom and bottom-to-top without meeting in the middle :(