错误“/”未找到。找不到错误“/blog/assets/main.css”。

ERROR `/' not found. ERROR `/blog/assets/main.css' not found.

这里是菜鸟。最近用 github 页面设置了 jekyll 并且网站在 github 服务器上运行但是,因为我推送到 github 我现在在输入 jekyll serve in 到 shell 并在我的博客文章 md 文件中进行任何更改。以下消息出现在命令行中,并且在我的本地服务器上找不到 404 页面...我所做的只是在我的一篇帖子中添加了一些内容。也没有更改任何前面的内容,此后撤消了任何更改并且我仍然得到同样的错误...

tim@ubuntu16:~/github/blog$ jekyll serve

Configuration file: /home/tim/github/blog/_config.yml Source: /home/tim/github/blog Destination: /home/tim/github/blog/_site Incremental build: disabled. Enable with --incremental Generating... done in 0.199 seconds. Auto-regeneration: enabled for '/home/tim/github/blog' Server address: http://127.0.0.1:4000blog/ Server running... press ctrl-c to stop. [2018-04-08 21:56:21] ERROR/' 未找到。

[2018-04-08 21:56:21] 错误 /blog/assets/main.css' not found. [2018-04-08 21:56:21] ERROR/blog/assets/minima-social-icons.svg' 未找到。 `

`

这是中断的地方:“服务器地址:http://127.0.0.1:4000blog/

_config.yml中设置baseurl: /blog