okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
251 stars 134 forks source link

[Feature Request]: New Release for Hugo >=v0.92.2 Compatibility #884

Open borelphotosg opened 2 years ago

borelphotosg commented 2 years ago

Describe your feature request!

v0.17.4 was released in October 2020. Since then, Hugo >=v0.92.2 is broken due to #868 which was fixed in master branch through #869.

However, cloning the Syna starter repo (or following the instructions on the Syna documentation) will still result in an incompatible installation of Syna. The workaround for now is to manually add the master branch as a submodule

 git submodule add -b master https://git.okkur.org/syna themes/syna

A new release of Syna (and updating the documentation and Syna starter repo to reflect the new version) will resolve this. #881 is likely related.

Marzal commented 13 hours ago

A new release would be great at least with the actual code on master. For me Syna works until Hugo 0.122.0

This issue https://github.com/okkur/syna/issues/891 could be considered a dup of this one.