【发布时间】:2016-12-18 02:29:56
【问题描述】:
Configuration file: C:/Users/Simon/Documents/other/Jekyll-project/_config.yml
Configuration file: C:/Users/Simon/Documents/other/Jekyll-project/_config.yml
Source: C:/Users/Simon/Documents/other/Jekyll-project
Destination: C:/Users/Simon/Documents/other/Jekyll-project/_site
Incremental build: disabled. Enable with --incremental
Generating...
Error in _assets/stylesheets/light.scss:50 File to import not found or unreadab
e: ../bower/fluidbox/src/css/_fluidbox.scss.
Load paths:
C:/Users/Simon/Documents/other/Jekyll-project/_assets/css
C:/Users/Simon/Documents/other/Jekyll-project/_assets/stylesheets
C:/Users/Simon/Documents/other/Jekyll-project/_assets/images
C:/Users/Simon/Documents/other/Jekyll-project/_assets/img
C:/Users/Simon/Documents/other/Jekyll-project/_assets/fonts
C:/Users/Simon/Documents/other/Jekyll-project/_assets/javascripts
C:/Users/Simon/Documents/other/Jekyll-project/_assets/js
C:/Users/Simon/Documents/other/Jekyll-project/_assets/bower
C:/Users/Simon/Documents/other/Jekyll-project/_vendor
Liquid Exception: File to import not found or unreadable: ../bower/fluidbox/s
c/css/_fluidbox.scss. Load paths: C:/Users/Simon/Documents/other/Jekyll-project
_assets/css C:/Users/Simon/Documents/other/Jekyll-project/_assets/stylesheets C
/Users/Simon/Documents/other/Jekyll-project/_assets/images C:/Users/Simon/Docum
nts/other/Jekyll-project/_assets/img C:/Users/Simon/Documents/other/Jekyll-proj
ct/_assets/fonts C:/Users/Simon/Documents/other/Jekyll-project/_assets/javascri
ts C:/Users/Simon/Documents/other/Jekyll-project/_assets/js C:/Users/Simon/Docu
ents/other/Jekyll-project/_assets/bower C:/Users/Simon/Documents/other/Jekyll-p
oject/_vendor in /_layouts/post.html
jekyll 3.3.1 | Error: File to import not found or unreadable: ../bower/fluidbo
/src/css/_fluidbox.scss.
Load paths:
C:/Users/Simon/Documents/other/Jekyll-project/_assets/css
C:/Users/Simon/Documents/other/Jekyll-project/_assets/stylesheets
C:/Users/Simon/Documents/other/Jekyll-project/_assets/images
C:/Users/Simon/Documents/other/Jekyll-project/_assets/img
C:/Users/Simon/Documents/other/Jekyll-project/_assets/fonts
C:/Users/Simon/Documents/other/Jekyll-project/_assets/javascripts
C:/Users/Simon/Documents/other/Jekyll-project/_assets/js
C:/Users/Simon/Documents/other/Jekyll-project/_assets/bower
C:/Users/Simon/Documents/other/Jekyll-project/_vendor
我不知道这意味着什么。我所做的只是在这里下载一个 jekyll 主题:http://chalk.nielsenramon.com,
更改 _config.yml 中的一些内容(仅 twitter/github 和个人资料用户名)并在我的 cmd 中运行 jekyll serve 命令。这是显示的错误消息。我很久没做jekyll了,所以我很抱歉
【问题讨论】:
-
您的错误表明您正在尝试访问位于
_assets/stylesheets/light.scss:50的 css 文件,名为../bower/fluidbox/sc/css/_fluidbox.scss,但未找到。你能分享一下你正在使用的主题吗?我认为您跳过了任何主题配置步骤。
标签: ruby-on-rails ruby ruby-on-rails-4 jekyll bower