Draft: If title is different inside YFM and the filename, page slug won't work. #8

Open
opened 2023-08-29 23:35:57 +00:00 by xrdawson · 0 comments
xrdawson commented 2023-08-29 23:35:57 +00:00 (Migrated from extrastatic.dev)

This generates a URL like:

http://localhost:4466/2023-04-19-hello

$ cat posts/2023-04-19-hello.md 
---
title: OK
published: true
---

foo
foo
Add on main
Add another on main
Add some more, after it was published (main)
This generates a URL like: http://localhost:4466/2023-04-19-hello ``` $ cat posts/2023-04-19-hello.md --- title: OK published: true --- foo foo Add on main Add another on main Add some more, after it was published (main) ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
svekyll/svekyll-cli#8
No description provided.