You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might want to add that in order to run your site locally with baseurl: "/repo-name" in _config.yml you'll have to do the following in terminal: jekyll serve --baseurl '' --watch. Note the empty string after --baseurl.
The text was updated successfully, but these errors were encountered:
You might want to add that in order to run your site locally with
baseurl: "/repo-name"
in _config.yml you'll have to do the following in terminal:jekyll serve --baseurl '' --watch
. Note the empty string after--baseurl
.The text was updated successfully, but these errors were encountered: