You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running into a problem with the mojombo-jekyll theme when trying to run a fresh new Jekyll site locally. After running jekyll new
and changing the theme in the Gemfile and _config.yml I run bundle install
with no problems at all. However, bundle exec jekyll serve
fails to serve the site and I get
Invalid theme folder: _sass
Invalid theme folder: _includes
jekyll 3.8.2 | Error: method `/' not defined in Integer
I don't have any problems with the default theme, and these error messages aren't helping me out much, as those folders don't exist in the first place.
I'll keep working on this, but if anyone has any hunches I'd love to hear them.
The text was updated successfully, but these errors were encountered:
I can't answer the method '/' not defined in Integer message, but the Invalid theme folder is likely caused by the folder you have in your blog folder not existing in the theme folder. I couldn't find the "mojomobo-jekyll" theme, but I had the same error crop up on jekyll-clean-dark. I found that if I created an empty _sass folder in the gem folder, the error went away. The error is basically saying that the folder you have in your blog folder doesn't exist in the theme folder, so it doesn't know how to apply the theme code to it. It shouldn't cause a failure however.
I've been running into a problem with the mojombo-jekyll theme when trying to run a fresh new Jekyll site locally. After running
jekyll new
and changing the theme in the Gemfile and _config.yml I run
bundle install
with no problems at all. However,
bundle exec jekyll serve
fails to serve the site and I get
I don't have any problems with the default theme, and these error messages aren't helping me out much, as those folders don't exist in the first place.
I'll keep working on this, but if anyone has any hunches I'd love to hear them.
The text was updated successfully, but these errors were encountered: