|
|
|
|
|
by nickjj
295 days ago
|
|
By biggest gripe with Hugo is it doesn't bubble up where problems are. I posted this last year: https://github.com/gohugoio/hugo/issues/12693#issuecomment-2... It makes troubleshooting really tedious. As for updating versions safely, I highly encourage anyone to write a little tooling to build your site with version A and version B into different directories and then diff them to make sure nothing unexpected changed. That is something I documented in a very long post where I went over converting my 500+ post Jekyll site to Hugo at https://nickjanetakis.com/blog/converting-my-500-page-blog-f.... If you search the page for "Updating Hugo Versions" you'll find the section. |
|
If so, huge thanks!