-
I'm just bumping my Docsy/Hugo combination - mainly to keep up-to-date. I have upgraded to Docsy 0.11.0 from 0.9.0 (previously using Hugo 0.124.1) but I cannot find which release of Hugo is compatible/recommended for Docsy 0.11.0. Looking through the 0.11.0 release notes and I can see a few commits about Hugo and the last one appears to be this one: #2092 which bumps Hugo to 0.133.1. I therefore tried this release, but I'm getting a failed build with this error:
I guess therefore that Docsy is not yet compatible with Hugo 0.133.1 - so does anyone know which is the recommended one to use? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is now sorted. To avoid confusion, Docsy 0.11.0 is indeed compatible with Hugo 0.133.1 and the Docsy code has already been modified to take into account the deprecation of the Disqus shortname (see #1894). My (embarrassing) error is that I have my own custom |
Beta Was this translation helpful? Give feedback.
This is now sorted. To avoid confusion, Docsy 0.11.0 is indeed compatible with Hugo 0.133.1 and the Docsy code has already been modified to take into account the deprecation of the Disqus shortname (see #1894).
My (embarrassing) error is that I have my own custom
layouts/docs/list.html
file and this was using the deprecated Disqus code, so the error was correct!