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.