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.2k stars 2.9k forks source link

Compatible version of hugo and wowchemy #2774

Closed ShrutheeshIR closed 2 years ago

ShrutheeshIR commented 2 years ago

Welcome to Wowchemy's GitHub repo 👋

We use GitHub only for bug reports and feature requests - it's our project management tool.

🚑 For help and questions, solve common issues with the Troubleshooting Guide.

For other issues, search if your question has already been asked on the community chat and forum, and if not, consider posting a new thread there.

Also, you can search and browse the extensive Wowchemy and Hugo documentation.

For questions on Blogdown, please reach out to the Blogdown community.

Describe the bug

I seem to be getting Module "github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5" is not compatible with this Hugo version; run "hugo mod graph" for more information. with different versions of hugo

To Reproduce

On Ubuntu 18.04

  1. Download latest version of hugo (v0.101)
  2. sudo snap install -classic go
  3. cd starter-hugo-research-group
  4. hugo server Produces this error. Also tried v0.93 Steps to reproduce the behavior:

Expected behavior

A clear and concise description of what you expected to happen.

Technical details:

If applicable, add screenshots to help explain the issue.

rodrigoalcarazdelaosa commented 2 years ago

You need Hugo Extended.

ShrutheeshIR commented 2 years ago

I installed hugo extended, from the link given in the docs. It just provides a link to the latest hugo

ShrutheeshIR commented 2 years ago

Okay, after installing Hugo extended from the snap store, and then installing sudo snap install --classic go, this is the next error :

Error: failed to download modules: binary with name "go" not found

My go version: go version go1.14.15 linux/amd64

rodrigoalcarazdelaosa commented 2 years ago

That seems like a path issue. Maybe try these official instructions for installing Go.

ShrutheeshIR commented 2 years ago

Yes, I installed go through the official instructions. And I'm able to run go version successfully.

Just wondering if you have a docker setup that I can spin quickly?

rodrigoalcarazdelaosa commented 2 years ago

Just wondering if you have a docker setup that I can spin quickly?

You can try this or this.