I have built my user github page locally, and everything works fine.
However, when pushing to github, I get this error:
Your site is having problems building: Your SCSS file assets/stylesheets/site.SCSS has an error on line 2: File to import not found or unreadable: custom. Load paths: _sass /hoosegow/.bundle/ruby/2.3.0/gems/jekyll-theme-primer-0.1.7/_sass. For more information, see Troubleshooting Jekyll build errors for GitHub Pages sites - GitHub Docs.
I already changed them locally, but they weren’t marked as changes by git. I had to remove the .SCSS files first, commit, add the .scss files instead, and commit again.
The page now loads, but the includes in my home layout are not working. I’m trying to figure out why.