Any luck with Jekyll?

I’ve been trying to get Jekyll to run on Glitch, so far so good but for some reason webbrick won’t receive the correct URL so no path works.

I think I had that problem too. I ended up working around it by using a different web server. In my case, I didn’t plan to use the Glitch project in production, and I just used python -m SimpleHTTPServer $port during development.

Thanks for the suggestion! Works good. I’m not planning to use it as production either, just for development.