We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
运行 hugo server 后,显示
hugo server
浏览器访问,显示 Page Note Found
运行 hugo server -t eureka,显示
hugo server -t eureka
To Reproduce
hugo mod init eureka
git submodule add https://github.com/wangchucheng/hugo-eureka.git themes/eureka
Expected behavior
没有正常显示页面
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
重新按照 使用 Hugo Modules 安装 运行 hugo server 报错
Sorry, something went wrong.
你这边好像也是没设置hugo modules代理的问题,看看#232 ?
No branches or pull requests
Describe the bug
使用 Hugo Modules 安装
运行
![](https://raw.githubusercontent.com/SkysCrystal/Figurebed/master/img/202302011207353.png)
hugo server
后,显示浏览器访问,显示 Page Note Found
使用 git submodule 安装
运行
![](https://raw.githubusercontent.com/SkysCrystal/Figurebed/master/img/202302052338314.png)
hugo server -t eureka
,显示To Reproduce
使用 Hugo Modules 安装
hugo mod init eureka
使用 git submodule 安装
git submodule add https://github.com/wangchucheng/hugo-eureka.git themes/eureka
Expected behavior
没有正常显示页面
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: