yous / whiteglass

Minimal, responsive Jekyll theme for hackers
https://yous.github.io/whiteglass/
MIT License
725 stars 197 forks source link

Github can't find file to @import "whiteglass"; #33

Closed SumaiyaR closed 4 years ago

SumaiyaR commented 4 years ago

Hello,

My site builds locally, but I get this error when I push to github.

Your SCSS file blog/assets/main.scss has an error on line 45: File to import not found or unreadable: whiteglass. Load path: /hoosegow/.bundle/ruby/2.5.0/gems/jekyll-theme-primer-0.5.4/_sass.

I have tried with the remote_theme as in the previous issue, but I still get the same error.

yous commented 4 years ago

What happens if you move files under /blog/ of your repository to /? Currently your repository has only one entry, blog, so maybe the problem is because GitHub can't recognize Gemfile, _config.yml, etc.

yous commented 4 years ago

It seems that your site is working now, so closing this. If you have a problem with whiteglass, feel free to open a new issue.