pages-themes / primer

Primer is a Jekyll theme for GitHub Pages

Home Page:https://pages-themes.github.io/primer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The primer theme is not currently supported on GitHub Pages.

wanghenshui opened this issue · comments

I have come across a similar error. I am getting an email when pushing on master because of a page build failure.

Your SCSS file assets/css/style.scss has an error on line 1: File to import not found or unreadable: primer. Load path: /tmp/jekyll-remote-theme-20210724-6-quaj2v/_sass.

I have come across a similar error. I am getting an email when pushing on master because of a page build failure.

Your SCSS file assets/css/style.scss has an error on line 1: File to import not found or unreadable: primer. Load path: /tmp/jekyll-remote-theme-20210724-6-quaj2v/_sass.

i re-run and it builds success, maybe a github pages' bug

The workaround suggested for pages-themes/cayman#130 seems to have worked with this theme as well.

tldr, in your scss file change import "{{ site.theme }}" to import "jekyll-theme-primer"