jameshamann/jekyll-material-theme

syntax-highlighting not found when installing as gem

dmcwo opened this issue · 2 comments

dmcwo commented

I'm trying to install this theme as a gem, and i'm getting the following error message when I run bundle exec jekyll serve:

Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/main.scss':
File to import not found or unreadable: syntax-highlighting. on line 9

I noticed that you had some recent commits related to syntax highlighting, so I'm not sure what I'm doing wrong.

I tried running the repository both locally and here: https://dmcwo.github.io/temp-j4/ https://github.com/dmcwo/temp-j4

Let me know your thoughts and advice!

This should work now, if you run bundle update and try jekyll serve again. Let me know if you need any help! Thanks again for raising this! 😄

dmcwo commented

Works! Thanks!