You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wget at the end of the make get-hugo-theme target is using the -O flag which outputs to standard out. The intent could be to use the -O- flag which outputs to a file(eg. the site_template, or src/themes directories), but there is no file specified. Here is a more complete explanation here https://stackoverflow.com/questions/9830242/what-does-wget-o-mean
So with the -O- change in the target, it works, but only if I remove it from the Makefile. I'm not sure what to do at this point, but I hope it helped.
@timlinux Running the
make get-hugo-theme
target gives the following error:The text was updated successfully, but these errors were encountered: