Thank you all, and for this forum too. Sorry, that I ask many questions, I’m beginner and foolish at this time
I host my Jekyll site on Github repository. Then deploy from Github to Netlify.
But I have one question. How I can clone my Jekyll site from Github Repository? I want to work with my site on another computer.
I mean, that I create my site on a laptop. And now I want to work on Desktop with my site.
I should use command git clone github.com/url.git. Then go to the site folder, and run bundle install, and bundle exec jekyll serve. It’s the right way?
And if I write bundle exec Jekyll serve command, the local server will be launch, but I see Gem::ConfigMap is deprecated errors too. Here is a screenshot: http://i.imgur.com/mwmUrAm.png
It’s a normal situation? And why I gets deprecated warnings?