Why are my posts not showing?

Hello all,

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.

Do you get an error message?

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?

1 Like
  1. You have a bunch of the theme’s test files still in your repo. Take a look at the instructions here under remove the unnecessary for more details.
  2. You don’t have any posts in your repo.
1 Like

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!

I upload it straight to github and my changes automatically apply, no need to rebuild site or start Jekyll.
Thank you!