I use Jekyll locally and it really works for me. Now, I have a need to move to a separate system that does not have access to the internet. That means, that I can’t use bundle to download anything—including plugins.
Is there some magic that I can do to collect everything needed and move it to the closed network so I can run Jekyll there?
I found this question: Serve a blog on a server without internet, but that person uses Docker while I do not.