HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.3k stars 2.91k forks source link

Error when hosting the website on github pages #261

Closed gutsy-robot closed 7 years ago

gutsy-robot commented 7 years ago

Hi, I am following the instructions given here: https://georgecushen.com/create-your-website-with-hugo/ to host the web page on GitHub. I am able to see my web page on the localhost, but when I try to build it and host in on GitHub pages I get this error:

ERROR: 2017/09/03 13:42:53 hugo.go:421: Current theme does not support Hugo version 0.17. Minimum version required is 0.24 Started building sites ... ERROR: 2017/09/03 13:42:53 general.go:212: Error while rendering taxonomy tag: template: theme/_default/list.html:10:10: executing "theme/_defa

when I run the hugo command in the terminal. How can I resolve this? Thanks in advance!

Link to my website repo: https://github.com/gutsy-robot/my_homepage

seisman commented 7 years ago

The error message tells

Current theme does not support Hugo version 0.17. Minimum version required is 0.24

You should upgrade your hugo command.

gcushen commented 7 years ago

As @seisman touched on, you'll need to set the required version of Hugo in your wercker.yml file, such that you have a line stating something like version: "0.24".