I am trying to set up a site ran on Jekyll I haven't updated in awhile (obviously my developer skills are very rusty in general) with Github Pages. Whenever I try, I get this error: Your site is having problems building: Your SCSS file sass/about.scss has an error on line 1: File to import not found or unreadable: default. Load paths: _sass /hoosegow/.bundle/ruby/2.4.0/gems/minima-2.1.1/_sass. For more information, see https://help.github.com/articles/page-build-failed-invalid-sass-or-scss/.
All my scss pages like about.scss start with this:
---
---
@import "default";
or
---
---
@import "bootstrap";
I have made sure that my config.yml file has this:
sass:
sass_dir: ./_sass
and I am not sure what to do from here.