hugo-eureka
hugo-eureka copied to clipboard
安装主题运行 hugo server 报错
Describe the bug
使用 Hugo Modules 安装
运行 hugo server
后,显示
浏览器访问,显示 Page Note Found
使用 git submodule 安装
运行 hugo server -t eureka
,显示
To Reproduce
使用 Hugo Modules 安装
- 创建新文件夹,运行
hugo mod init eureka
- 在根目录复制进本仓库内的 examplesite: config 和 content 文件夹,对应修改
- 运行 hugo server
使用 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
- Hugo Version: [v0.110.0]
- Eureka Version: [v0.9.3]
Additional context
Add any other context about the problem here.
重新按照 使用 Hugo Modules 安装
运行 hugo server
报错
你这边好像也是没设置hugo modules代理的问题,看看https://github.com/wangchucheng/hugo-eureka/discussions/232 ?