+[2019-03-23T02:43:38Z]xmnNot expecting you to help just putting it out there. +[2019-03-24T10:05:57Z]JojeroCan I use jekyll even no internet? Bundler has errors about fetching gem meta data. +[2019-03-24T10:10:41Z]Jojerosorry I got dced. Is it okay if I use jekyll even no internet connection? +[2019-03-24T10:16:43Z]xmn_Yes you can use it without internet, however you will loss remote gem loading of course. So if for example you set a local gem server you could use that. Or down the gems you need and load them later. Though I'm no expert so not sure how much work this would be. +[2019-03-24T10:17:04Z]xmn_Hopefully someone else with more experience can chime in too.
Hopefully someone else with more experience can chime in too.
+[2019-03-27T17:34:24Z]cryptic0Can I place a jekyll local site on Dropbox and execute "jekyll serve" from any computer with access to that dropbox folder? +[2019-03-27T17:34:49Z]cryptic0does bundle install need to be done on each computer separately? If so, wouldn't that create conflicts? +[2019-03-27T18:27:20Z]jaybebundle manages conflict +[2019-03-27T18:28:14Z]jaybeby maintaining expectations and consistency +[2019-03-27T18:33:51Z]cryptic0So I should run bundle install in both locations?