Cache retention versus force flag in Hugo resources.GetRemote retries
Hugo's resources.GetRemote caches fetched content in the cache directory so subsequent calls reuse the cached file and avoid duplicate writes. When a transient failure occurs, Hugo retries the request up to three times internally, but the retry count is not configurable via the command line. The Force flag available on resources.GetRemote bypasses the cache