slate
slate copied to clipboard
Can't run gh-pages Slate theme locally on my desktop
I'm a little stuck here, it might not be a problem with the slate theme per se, potentially my config or I'm missing something obvious. The page builds fine through Github, but locally I'm getting a Sass error:
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/style.scss':
File to import not found or unreadable: jekyll-theme-slate. on line 1
bundler: failed to load command: jekyll (/usr/local/lib/ruby/gems/2.7.0/bin/jekyll)
Looks like Saas can't find my theme through the @import
The CSS file looks normal:
---
---
@import "jekyll-theme-slate";
a:hover {
font-weight: normal;
}
...
Am I missing something obvious like installing the theme locally or something like that?
Having a similar issue - were you able to solve it?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.