+ [2019-03-23T02:43:38Z] xmn Not expecting you to help just putting it out there.
+ [2019-03-24T10:05:57Z] Jojero Can I use jekyll even no internet? Bundler has errors about fetching gem meta data.
+ [2019-03-24T10:10:41Z] Jojero sorry 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.

message no. 170804

Posted by xmn_ in #jekyll at 2019-03-24T10:16:43Z

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-27T17:34:24Z] cryptic0 Can 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] cryptic0 does bundle install need to be done on each computer separately? If so, wouldn't that create conflicts?
+ [2019-03-27T18:27:20Z] jaybe bundle manages conflict
+ [2019-03-27T18:28:14Z] jaybe by maintaining expectations and consistency
+ [2019-03-27T18:33:51Z] cryptic0 So I should run bundle install in both locations?