Incrementer for generated Hugo site
The Hugo static site generator produces a site in a public directory but it doesn't do an incremental generate. This Haskell program works around that by touching all unchanged files (checksum) in the public directory with the modified date/time from the previous Hugo generate.

Incrementer for generated Hugo site
The Hugo static site generator produces a site in a public directory but it doesn't do an incremental generate. This Haskell program fixes that by ...