The Photonsphere on Nostr: Incrementer for generated Hugo site The Hugo static site generator produces a site in ...
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.
https://photonsphere.org/post/2023-10-06-hugoincr/
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.
https://photonsphere.org/post/2023-10-06-hugoincr/