Yesterday/Today I wrote a blog and the status is “published” but for some reason when I try and test it locally it does not show up.
The previous written one seem to be fine, any idea what it could be?
This is the meta data:
-–
title: “North Star in architecture: a guiding vision, not a finished blueprint”
date: 2026-08-13
author: Vivek
summary: “What ‘North Star’ means in software architecture: where the metaphor came from, how industry uses it, and how a review north star shows up at CycleRunCode Club.”
Your front matter looks fine. It’s very difficult (impossible) to say without seeing the site and/or the project. Do you see other posts in the collection?
It sounds like “published” and the “date” are in conflict. I seem to recall that the CMS doesn’t usually show something if the date is in the future.
This brings up something I’ve wanted documented a bit better. A common thing I deal with is NDAs that have a do-not-publish-before date and time. So what’s the best way to do that @ben ?
Set the date and time to a date in the future and ensure the Collection component’s Filters->Date is set to “In the past”. Your Collection will then only show the item once the date and time has passed.
@thominator I have also written some custom styling for table display within MD as current its not supported. Not sure if you have covered it in your document.