Launch jekyll locally
If you have followed the instructions of create 1 website “github page” or create 1 subnet “github page” , you have a local copy of your repository.
-
Open a terminal and go to the folder where you cloned your repository.
-
Prepare jekyll:
bundle install
- Launch jekyll:
bundle exec jekyll serve
Now you can test your site on your computer at the address indicated by the previous command (http: // localhost: 4000 if you did not enter the option baseurl).