The Photonsphere on Nostr: #Haskell #Hugo #StaticSiteGenerator ...
#Haskell #Hugo #StaticSiteGenerator
quoting nevent1q…6fxkIncrementer 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/