Github user srdo commented on the issue: https://github.com/apache/storm-site/pull/1 @HeartSaVioR I've tried it out on Windows 10 and ruby 2.3.4p301. I just went and tested it on a fresh install of Ubuntu 17.04 and ruby 2.4.1p111. Did you run `bundler install` after switching to this branch? I'm wondering if the README is a little misleading, it's my understanding that people should use Bundler to update dependencies and run Jekyll, but the README doesn't mention it. Here's the commands I ran to start the local server: `bundler install` `bundler exec jekyll serve -w`
---