So I have a blog up and running fine using Jekyll and GitHub. The weird thing is that when I view my repo via the GitHub website and navigate to the folder containing my blog, it is greyed out (the icon is a double grayed out folder one on top of the other).
Also when I clone my repo the folder doesn't copy any files locally. Everything else copies just fine except the folder containing my blog.
Is this because it is being hosted from that folder? I think this is not the case and I did something wrong. The strange thing is I can commit to the folder and the blog works perfectly.
For obvious reasons I want to be able to make posts via browser sometimes and when I clone as a back up I want my blog to be downloaded as well.
Can anyone help?