I'm starting with the simple example here https://jekyllrb.com/docs/
This is different than the project I've started on GitHub with GitHub Pages. Just trying to run this theme over the default example.
I get this error:
Build Warning: Layout 'home' requested in index.markdown does not exist.
Now I'm confused about the .md vs .markdown but the index.markdown exists. I comment out layout: home
and the error goes away, but I just get a white screen now.
It's been over a year since I've done anything with Jekyll but I've built a site with it before so I'm not totally fresh.
I'm starting with the simple example here https://jekyllrb.com/docs/
This is different than the project I've started on GitHub with GitHub Pages. Just trying to run this theme over the default example.
I get this error:
Build Warning: Layout 'home' requested in index.markdown does not exist.Now I'm confused about the .md vs .markdown but the index.markdown exists. I comment out
layout: homeand the error goes away, but I just get a white screen now.
It's been over a year since I've done anything with Jekyll but I've built a site with it before so I'm not totally fresh.