Open SkysCrystal opened 1 year ago
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.
重新按照 使用 Hugo Modules 安装 运行 hugo server 报错
你这边好像也是没设置hugo modules代理的问题,看看https://github.com/wangchucheng/hugo-eureka/discussions/232 ?
Describe the bug
使用 Hugo Modules 安装
运行
hugo server
后,显示浏览器访问,显示 Page Note Found
使用 git submodule 安装
运行
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.