Im new to Jekyll and im having a hard time showing posts on my website. Im using a github pages theme I found online, here is a link to it:
I followed the instructions precisely but I couldnt get the posts to show. I contacted the author and he suggested creating an index file but I did not know how to do that. My repo is this:
Im sorry if this is an obvious question but I did not know what to do. any help is appreciated.
Another question: you have several _config-files. Where do you start jekyll? In your base directory (which does not contain any posts) or in the subdirectory docs or in test?
Yes that was the problem,
I noticed after looking through the config file that doc/ was listed under “exclude”.
I added all my posts under doc/_posts which is obviously wrong.
Thanks so much for all the help!