Why are my post pages not showing up?

Simple problem probably. Posts showing up as I expect on localhost, but not on github.

Jekyll Feed: Generating feed for posts
     Build Warning: Layout 'page' requested in _posts/2020-08-21-hello-wordl.markdown does not exist.
     Build Warning: Layout 'post' requested in _posts/2020-08-21-hello-wordl.md does not exist.
     Build Warning: Layout 'page' requested in about.markdown does not exist.
    Liquid Warning: Liquid syntax error (line 8): Expected end_of_string but found dotdot in "{{ books_in_print..content | markdownify }}" in books.html
     Build Warning: Layout 'home' requested in index.markdown

Repo: https://github.com/fredzannarbor/fredzannarbor

did you fix it? what exactly is the issue? I see your site here:
https://fredzannarbor.github.io/fredzannarbor/

I see the test post. What is the problem? you do have 2 periods on books_in_print..content, should be just one.

1 Like

Yes definitely the dot dot.

Locally I think you must still install minima so that its layouts are available, to avoid build errors you get.

Here are its layouts:

Gem installing

1 Like

The dot dot was an issue and was fixed and I installed minima, so good to go, ish!