New post does not show up?

I’ve created a new post and published it via github. It does show up in the weblog interface and I can preview it but it does not show up on my Multiple Post Landing Pages itself nor in pages with the {post-lists} etc. Any ideas, what I am doing wrong?

It’s listed under “Posts”:
CleanShot 2023-03-19 at 16.46.04

but does not show up under blog.esemacar.net:

nor under my “all page”:

okay never mind, it just took ca. 1 h to show up but now it‘s there :+1:

Ugh, sorry about that. There’s a caching process that shouldn’t retain old stuff for more than 60 seconds, but I’ll check to see if it’s gone awry or if something else is wrong. Definitely was not supposed to take an hour!

1 Like

Hi, sorry, it’s me again. I am still struggling with posting new entries via github. They just do not show up for over an hour now. Interestingly, I’ve committed and pushed a changes in pages and other blog entries at the same time and those changes are reflected within the usual time span of a few 10 - 20 s. The github actions runs fine. Any clue?

1 Like

Of course it was my fault! :man_facepalming:

I used something like this as my front matter

---
Date: 2023-03-26 - 15:43
Tags: iOS, playdate, macOS, podcast, LEGO, journal, TV
---

Removing this stupid “-” seems to have solved all my problems …

1 Like

Ah, yes, the engine tries to be pretty flexible with time formats and it can interpret most common ones (like ISO 8601, RFC 2822 or RFC 3339) but if it encounters something it can’t parse, it has a bit of a hard time. I do need to find a way to identify and handle that situation better (currently it just kind of panics and doesn’t handle it well at all, as you’ve seen).

1 Like