{ writeTextFile, linkFarm }: hostname: let mewp = writeTextFile { name = "index.html"; text = ''
stop snooping, it's mean! o:
''; }; mewy = "${./splash.jpg}"; in linkFarm "index" [ { name = "index.html"; path = mewp; } { name = "splash.jpg"; path = mewy; } ]