hugo-eureka icon indicating copy to clipboard operation
hugo-eureka copied to clipboard

安装主题运行 hugo server 报错

Open SkysCrystal opened this issue 2 years ago • 2 comments

Describe the bug

使用 Hugo Modules 安装

运行 hugo server 后,显示

浏览器访问,显示 Page Note Found

使用 git submodule 安装

运行 hugo server -t eureka,显示

To Reproduce

使用 Hugo Modules 安装

  1. 创建新文件夹,运行 hugo mod init eureka
  2. 在根目录复制进本仓库内的 examplesite: config 和 content 文件夹,对应修改
  3. 运行 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.

SkysCrystal avatar Feb 01 '23 04:02 SkysCrystal

重新按照 使用 Hugo Modules 安装 运行 hugo server 报错

SkysCrystal avatar Feb 06 '23 04:02 SkysCrystal

你这边好像也是没设置hugo modules代理的问题,看看https://github.com/wangchucheng/hugo-eureka/discussions/232 ?

joyingwol avatar Mar 05 '23 02:03 joyingwol