hugo-theme-zzo
hugo-theme-zzo copied to clipboard
Failure of page rendering
Steps to reproduce
- Create new project:
hugo new site test
- Navigate into dir:
cd test
- Add theme to themes folder:
git submodule add https://github.com/zzossig/hugo-theme-zzo.git themes/hugo-theme-zzo
- Add theme to config:
echo "theme = \"hugo-theme-zzo\" >> config.toml
- ... git stuff ...
- Start hugo server in draft mode:
hugo server -D
Failure
[rtfm@lab blog]$ hugo server -D
Start building sites …
ERROR 2021/03/13 22:35:28 render of "home" failed: "/home/rtfm/Website/blog/themes/hugo-theme-zzo/layouts/_default/baseof.html:17:33": execute of template failed: template: index.html:17:33: executing "index.html" at <index .Site.Params.themeOptions 0>: error calling index: index of untyped nil
ERROR 2021/03/13 22:35:28 render of "page" failed: "/home/rtfm/Website/blog/themes/hugo-theme-zzo/layouts/_default/baseof.html:17:33": execute of template failed: template: _default/single.html:17:33: executing "_default/single.html" at <index .Site.Params.themeOptions 0>: error calling index: index of untyped nil
ERROR 2021/03/13 22:35:28 render of "taxonomy" failed: "/home/rtfm/Website/blog/themes/hugo-theme-zzo/layouts/_default/baseof.html:17:33": execute of template failed: template: _default/terms.html:17:33: executing "_default/terms.html" at <index .Site.Params.themeOptions 0>: error calling index: index of untyped nil
ERROR 2021/03/13 22:35:28 render of "taxonomy" failed: "/home/rtfm/Website/blog/themes/hugo-theme-zzo/layouts/_default/baseof.html:17:33": execute of template failed: template: _default/terms.html:17:33: executing "_default/terms.html" at <index .Site.Params.themeOptions 0>: error calling index: index of untyped nil
Built in 4420 ms
Error: Error building site: failed to render pages: render of "section" failed: "/home/rtfm/Website/blog/themes/hugo-theme-zzo/layouts/_default/baseof.html:17:33": execute of template failed: template: _default/list.html:17:33: executing "_default/list.html" at <index .Site.Params.themeOptions 0>: error calling index: index of untyped nil
Used hugo version: hugo v0.81.0+extended linux/amd64 BuildDate=unknown
It gives an error because you don't have any params files configured. I followed these steps and it worked