Skip to content

Can't run gh-pages Slate theme locally on my desktop #53

Open
@peterpoliwoda

Description

@peterpoliwoda

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions