[READ-ONLY] Mirror of https://github.com/plttn/mkd.
0

Configure Feed

Select the types of activity you want to include in your feed.

fix sentinel

Jack Platten (May 24, 2026, 6:08 PM -0700) 9906f7ee 0ec20766

+6 -1
+5
.changeset/sharp-badgers-flow.md
··· 1 + --- 2 + "@plttn/mkd": patch 3 + --- 4 + 5 + fix sentinel date to be a date when it makes it to frontmatter
+1 -1
src/commands/new.ts
··· 47 47 48 48 const data = { 49 49 [config.titleKey]: title, 50 - [config.publishedAtKey]: "3000-01-01T00:00:00Z", 50 + [config.publishedAtKey]: new Date("3000-01-01T00:00:00Z"), 51 51 [config.authorKey]: config.author, 52 52 [config.draftKey]: true, 53 53 [config.descriptionKey]: description,