i'm in trouble managing git with my jekyll project, I do not understand how to work with jekyll, git and gitub pages.
My repo is here: https://github.com/smorele/smorele.github.io
My website content (the _site folder) should be served but it's the index.html from the root which is used.
As explained in the differents ressources i've read, i've created a gh-pages
branch but I do not undertand what is the usage.
My questions:
- how to serve the
_site
repository ? - what is the git process when I create a new page ? How do I have to manage branchs ?
Thanks a lot