Lednerb / bilberry-hugo-theme

Premium theme for the hugo site builder. DEMO:
https://lednerb.github.io/bilberry-hugo-theme/
MIT License
357 stars 152 forks source link

Hugo v.0.49 extended breaks bilberry theme #128

Closed ghost closed 6 years ago

ghost commented 6 years ago

the example site do not build with following error

Building sites … ERROR 2018/09/26 11:02:45 Error while rendering "page" in "audio/": template: _default/single.html:58:59: executing "_default/single.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "page" in "article/support-and-discussions/": template: _default/single.html:58:59: executing "_default/single.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "page" in "video/": template: _default/single.html:58:59: executing "_default/single.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "page" in "gallery/my-trip-to-scotland/": template: _default/single.html:58:59: executing "_default/single.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "page" in "quote/": template: _default/single.html:58:59: executing "_default/single.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "page" in "page/": template: _default/single.html:58:59: executing "_default/single.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "page" in "code/": template: _default/single.html:58:59: executing "_default/single.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "section" in "gallery/": template: _default/list.html:58:59: executing "_default/list.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "section" in "": template: _default/list.html:58:59: executing "_default/list.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "taxonomyTerm" in "": template: _default/author.terms.html:58:59: executing "_default/author.terms.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "taxonomy" in "": template: _default/list.html:58:59: executing "_default/list.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "taxonomyTerm" in "": template: _default/category.terms.html:58:59: executing "_default/category.terms.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "home" in "": template: index.html:58:59: executing "index.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "taxonomyTerm" in "": template: _default/tag.terms.html:58:59: executing "_default/tag.terms.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/09/26 11:02:45 Error while rendering "404" in "": template: 404.html:58:59: executing "404.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
Total in 449 ms
Error: Error building site: logged 15 error(s)

my hugo version

Hugo Static Site Generator v0.49/extended linux/amd64 BuildDate: 2018-09-24T10:34:30Z
GOOS="linux"
GOARCH="amd64"
GOVERSION="go1.11"

theme is release Hotfix - 1.11.1

yitzhakbg commented 6 years ago

It works with v0.49 extended version

ghost commented 6 years ago

I still have the problem, i installed hugo using the hugo extended v0.49 deb

Lednerb commented 6 years ago

I will check this in the next days.

Please checkout the actual development branch for the moment, and please tell me, if the issues still exist there.

maxauvy commented 6 years ago

Hi there, I can confirm the issue persists with the development branch.

Hugo extended v0.49, fresh new emty site. I just cloned dev branch and followed the instructions in the readme.

Still those 15 errors.

yitzhakbg commented 6 years ago

Yes, v0.49 breaks bilberry

Lednerb commented 6 years ago

Please check out the latest release https://github.com/Lednerb/bilberry-hugo-theme/releases/tag/1.12.0

Errors are fixed, and the description is updated.

Sorry for the delay!