-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
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
hugo -D 问题 #21
Comments
能问一下是什么元素没法加载吗? |
#24 参考一下这里的教程 |
hugo -D 的时候提示:WARN found no layout file for "html" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination |
WARN 的信息不影响使用,可以不需要额外处理;对于样式不显示,请参考 https://github.com/shenweiyan/WebStack-Hugo/issues/24,或者拉取最新的代码重新部署一下试试。 |
WARN 的信息不影响使用,可以不需要额外处理;对于样式不显示,请参考 #24 ,或者拉取最新的代码重新部署一下试试。 |
hugo server 后能正常访问,但是访问的路径是:http://localhost:1313/WebStack-Hugo,相比教程里多了WebStack-Hugo这个context root
hugo -D 生成的 public 目录,访问 index.html 会出现元素没法加载的情况,感觉就是这个 WebStack-Hugo 影响了
是哪里需要配置下么?
The text was updated successfully, but these errors were encountered: