最近我创建了一个泊坞窗,并在那里创建了一个hugo
站点,当我启动页面但在导航器中不收费时,问题就来了。我是新来的,所以我迷路了。
这是我启动网站时显示的内容:
WARN 2019/12/09 16:15:11 found no layout file for "HTML" for "taxonomyTerm": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
| EN
+------------------+----+
Pages | 4
Paginator pages | 0
Non-page files | 0
Static files | 17
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Total in 6 ms
Watching for changes in /cvcontainer/cv-online/{archetypes,content,data,layouts,static,themes}
Watching for config changes in /cvcontainer/cv-online/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
答案 0 :(得分:1)
在运行服务器时尝试添加--bind 0.0.0.0
。对于前。 CMD ["hugo", "server", "--bind=0.0.0.0"]
。