Closed gutsy-robot closed 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.
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"
.
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