Launching a Jekyll site from two computers (not simultaneously)Trying to install Jekyll on Windows 8 (x64): Error installing fast-stemmer-1.0.2.gemWhy does conditional include stop working in Jekyll unless I add non-white space character(s)?does Jekyll have multi-language support?Is it possible to serve multiple Jekyll sites locally?Jekyll/SASS site not compiling via Ruby running on Windows 7, tested also with Prepros, site a no goJekyll Build Error for v 3.1.2Error: `require': cannot load such file — jemoji (LoadError)Firefox mysteriously stopped showing embedded Tableau viz on my Jekyll static blog siteLoading local libaries in jekyll (Liquid template library + ruby bundler)jekyll serve throws an error on Heroku
I don't have the theoretical background in my PhD topic. I can't justify getting the degree
“T” in subscript in formulas
What is the difference between "Grippe" and "Männergrippe"?
Could George I (of Great Britain) speak English?
Is gzip atomic?
Who was president of the USA?
Are there any elected officials in the U.S. who are not legislators, judges, or constitutional officers?
How do proponents of Sola Scriptura address the ministry of those Apostles who authored no parts of Scripture?
Prove your innocence
Sql server sleeping state is increasing using ADO.NET?
Is there any way white can win?
Architectural feasibility of a tiered circular stone keep
Sum ergo cogito?
How do I make my image comply with the requirements of this photography competition?
How do thermal tapes transfer heat despite their low thermal conductivity?
Round towards zero
Network helper class with retry logic on failure
Compelling story with the world as a villain
Is for(( ... )) ... ; a valid shell syntax? In which shells?
Why is 1. d4 Nf6 2. c4 e6 3. Bg5 almost never played?
How do the Etherealness and Banishment spells interact?
tar using short form option versus old style
Why is there so little discussion / research on the philosophy of precision?
Numbers Decrease while Letters Increase
Launching a Jekyll site from two computers (not simultaneously)
Trying to install Jekyll on Windows 8 (x64): Error installing fast-stemmer-1.0.2.gemWhy does conditional include stop working in Jekyll unless I add non-white space character(s)?does Jekyll have multi-language support?Is it possible to serve multiple Jekyll sites locally?Jekyll/SASS site not compiling via Ruby running on Windows 7, tested also with Prepros, site a no goJekyll Build Error for v 3.1.2Error: `require': cannot load such file — jemoji (LoadError)Firefox mysteriously stopped showing embedded Tableau viz on my Jekyll static blog siteLoading local libaries in jekyll (Liquid template library + ruby bundler)jekyll serve throws an error on Heroku
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My local jekyll site lives under ~/Dropbox/Sites/mysite/. I often make changes to the files from two different computers. Could I launch (one at a time) the jekyll serve function from each of these machines?
Is this possible and if yes, is it a bad idea? I just hate being restricted to one machine for maintaining my site. Both machines have up to date versions of ruby and jekyll.
ruby jekyll
add a comment |
My local jekyll site lives under ~/Dropbox/Sites/mysite/. I often make changes to the files from two different computers. Could I launch (one at a time) the jekyll serve function from each of these machines?
Is this possible and if yes, is it a bad idea? I just hate being restricted to one machine for maintaining my site. Both machines have up to date versions of ruby and jekyll.
ruby jekyll
add a comment |
My local jekyll site lives under ~/Dropbox/Sites/mysite/. I often make changes to the files from two different computers. Could I launch (one at a time) the jekyll serve function from each of these machines?
Is this possible and if yes, is it a bad idea? I just hate being restricted to one machine for maintaining my site. Both machines have up to date versions of ruby and jekyll.
ruby jekyll
My local jekyll site lives under ~/Dropbox/Sites/mysite/. I often make changes to the files from two different computers. Could I launch (one at a time) the jekyll serve function from each of these machines?
Is this possible and if yes, is it a bad idea? I just hate being restricted to one machine for maintaining my site. Both machines have up to date versions of ruby and jekyll.
ruby jekyll
ruby jekyll
edited Mar 27 at 17:47
cryptic0
asked Mar 27 at 17:41
cryptic0cryptic0
1681 silver badge10 bronze badges
1681 silver badge10 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I do this on my own Jekyll projects and it works perfectly. I can work on files on one machine, save everything, then switch to a second machine and pick up where I left off. I can run jekyll serve on both machines with no problem. I've never run jekyll serve on both machines at the same time, so I can't help there. But, running jekyll serve on either individual machine one-at-a-time works.
One issue I've run into in the past is when editing the same file on two different machines at the same time. Dropbox tried to save both versions and ended up with conflicting files (kinda like git merge conflicts). I haven't run into that when doing Jekyll stuff, just regular Word docs and such. But, lesson learned: don't try editing the same file from two different machines at the same time.
I was worried because when I tried this on machine #2, there was a prompt to executebundle install. I thought this would create conflicts. So I made a copy and tried and it works well.
– cryptic0
Mar 27 at 20:49
1
bundle installinstalls ruby gems to the local computer in a different directory (~/.gem/ruby/I think). It shouldn't affect anything in Dropbox
– DC.Azndj
Mar 28 at 0:29
Not at the moment (need a new Mac), but I have used my Jekyll installations, one on an iMac and one on my Win10 laptop to maintain the same sites. No problem at all.
– Rudy Velthuis
Mar 28 at 18:46
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55383491%2flaunching-a-jekyll-site-from-two-computers-not-simultaneously%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I do this on my own Jekyll projects and it works perfectly. I can work on files on one machine, save everything, then switch to a second machine and pick up where I left off. I can run jekyll serve on both machines with no problem. I've never run jekyll serve on both machines at the same time, so I can't help there. But, running jekyll serve on either individual machine one-at-a-time works.
One issue I've run into in the past is when editing the same file on two different machines at the same time. Dropbox tried to save both versions and ended up with conflicting files (kinda like git merge conflicts). I haven't run into that when doing Jekyll stuff, just regular Word docs and such. But, lesson learned: don't try editing the same file from two different machines at the same time.
I was worried because when I tried this on machine #2, there was a prompt to executebundle install. I thought this would create conflicts. So I made a copy and tried and it works well.
– cryptic0
Mar 27 at 20:49
1
bundle installinstalls ruby gems to the local computer in a different directory (~/.gem/ruby/I think). It shouldn't affect anything in Dropbox
– DC.Azndj
Mar 28 at 0:29
Not at the moment (need a new Mac), but I have used my Jekyll installations, one on an iMac and one on my Win10 laptop to maintain the same sites. No problem at all.
– Rudy Velthuis
Mar 28 at 18:46
add a comment |
I do this on my own Jekyll projects and it works perfectly. I can work on files on one machine, save everything, then switch to a second machine and pick up where I left off. I can run jekyll serve on both machines with no problem. I've never run jekyll serve on both machines at the same time, so I can't help there. But, running jekyll serve on either individual machine one-at-a-time works.
One issue I've run into in the past is when editing the same file on two different machines at the same time. Dropbox tried to save both versions and ended up with conflicting files (kinda like git merge conflicts). I haven't run into that when doing Jekyll stuff, just regular Word docs and such. But, lesson learned: don't try editing the same file from two different machines at the same time.
I was worried because when I tried this on machine #2, there was a prompt to executebundle install. I thought this would create conflicts. So I made a copy and tried and it works well.
– cryptic0
Mar 27 at 20:49
1
bundle installinstalls ruby gems to the local computer in a different directory (~/.gem/ruby/I think). It shouldn't affect anything in Dropbox
– DC.Azndj
Mar 28 at 0:29
Not at the moment (need a new Mac), but I have used my Jekyll installations, one on an iMac and one on my Win10 laptop to maintain the same sites. No problem at all.
– Rudy Velthuis
Mar 28 at 18:46
add a comment |
I do this on my own Jekyll projects and it works perfectly. I can work on files on one machine, save everything, then switch to a second machine and pick up where I left off. I can run jekyll serve on both machines with no problem. I've never run jekyll serve on both machines at the same time, so I can't help there. But, running jekyll serve on either individual machine one-at-a-time works.
One issue I've run into in the past is when editing the same file on two different machines at the same time. Dropbox tried to save both versions and ended up with conflicting files (kinda like git merge conflicts). I haven't run into that when doing Jekyll stuff, just regular Word docs and such. But, lesson learned: don't try editing the same file from two different machines at the same time.
I do this on my own Jekyll projects and it works perfectly. I can work on files on one machine, save everything, then switch to a second machine and pick up where I left off. I can run jekyll serve on both machines with no problem. I've never run jekyll serve on both machines at the same time, so I can't help there. But, running jekyll serve on either individual machine one-at-a-time works.
One issue I've run into in the past is when editing the same file on two different machines at the same time. Dropbox tried to save both versions and ended up with conflicting files (kinda like git merge conflicts). I haven't run into that when doing Jekyll stuff, just regular Word docs and such. But, lesson learned: don't try editing the same file from two different machines at the same time.
answered Mar 27 at 20:37
DC.AzndjDC.Azndj
4834 silver badges9 bronze badges
4834 silver badges9 bronze badges
I was worried because when I tried this on machine #2, there was a prompt to executebundle install. I thought this would create conflicts. So I made a copy and tried and it works well.
– cryptic0
Mar 27 at 20:49
1
bundle installinstalls ruby gems to the local computer in a different directory (~/.gem/ruby/I think). It shouldn't affect anything in Dropbox
– DC.Azndj
Mar 28 at 0:29
Not at the moment (need a new Mac), but I have used my Jekyll installations, one on an iMac and one on my Win10 laptop to maintain the same sites. No problem at all.
– Rudy Velthuis
Mar 28 at 18:46
add a comment |
I was worried because when I tried this on machine #2, there was a prompt to executebundle install. I thought this would create conflicts. So I made a copy and tried and it works well.
– cryptic0
Mar 27 at 20:49
1
bundle installinstalls ruby gems to the local computer in a different directory (~/.gem/ruby/I think). It shouldn't affect anything in Dropbox
– DC.Azndj
Mar 28 at 0:29
Not at the moment (need a new Mac), but I have used my Jekyll installations, one on an iMac and one on my Win10 laptop to maintain the same sites. No problem at all.
– Rudy Velthuis
Mar 28 at 18:46
I was worried because when I tried this on machine #2, there was a prompt to execute
bundle install. I thought this would create conflicts. So I made a copy and tried and it works well.– cryptic0
Mar 27 at 20:49
I was worried because when I tried this on machine #2, there was a prompt to execute
bundle install. I thought this would create conflicts. So I made a copy and tried and it works well.– cryptic0
Mar 27 at 20:49
1
1
bundle install installs ruby gems to the local computer in a different directory (~/.gem/ruby/ I think). It shouldn't affect anything in Dropbox– DC.Azndj
Mar 28 at 0:29
bundle install installs ruby gems to the local computer in a different directory (~/.gem/ruby/ I think). It shouldn't affect anything in Dropbox– DC.Azndj
Mar 28 at 0:29
Not at the moment (need a new Mac), but I have used my Jekyll installations, one on an iMac and one on my Win10 laptop to maintain the same sites. No problem at all.
– Rudy Velthuis
Mar 28 at 18:46
Not at the moment (need a new Mac), but I have used my Jekyll installations, one on an iMac and one on my Win10 laptop to maintain the same sites. No problem at all.
– Rudy Velthuis
Mar 28 at 18:46
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55383491%2flaunching-a-jekyll-site-from-two-computers-not-simultaneously%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown