wangchucheng / hugo-eureka

Eureka is a feature-rich and highly customizable Hugo theme.
https://www.wangchucheng.com/en/docs/hugo-eureka/
Apache License 2.0
920 stars 192 forks source link

安装主题运行 hugo server 报错 #229

Open SkysCrystal opened 1 year ago

SkysCrystal commented 1 year ago

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 安装

Expected behavior

没有正常显示页面

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

Additional context

Add any other context about the problem here.

SkysCrystal commented 1 year ago

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

joyingwol commented 1 year ago

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