Hugo Integrity Problem

The problem of integrity When you maintain your Hugo project both on Windows and Linux/macOS, you may get this error. The problem is caused by the default EOL character. The different EOL characters in the file will produce different SHA-256 hash codes. So what needs to do is to force the files to have LF or CRLF at the end of the line. Solution We can use git to ensure this....

June 9, 2022