Hacker News new | ask | show | jobs
by arendtio 2079 days ago
If I remember correctly, Hugo wasn't able to process the template-content combination when I tried starting it after a few months of not using it (Hugo had been updated meanwhile). So I updated the template which didn't solve the issue. Then I tried to find out what changed and it wasn't just a few lines of code, but more fundamental things.

In the end, I just took a completely fresh version of the template and rebuild the documentation by copy and pasting the relevant parts.

For context: Initially I build the documentation in November 2018 and the update happened in April 2020.

2 comments

You could have just used the same Hugo version as initially.

It's a moving project and yeah, there have been a lot of changes, with some breaking ones (usually for good reason).

For what we know 0.x version is not backward compatible as with many other projects, that can break many things. Let wait for a bright release.