Compare commits

..

2 commits

Author SHA1 Message Date
38c8c8907b Merge branch 'main' of https://git.achilletoupin.com/gribse/blog
Some checks are pending
/ test (push) Waiting to run
2025-04-30 21:49:00 +02:00
2248e789c0 Update slug format for blog collection to include index.md 2025-04-30 21:48:52 +02:00

View file

@ -19,7 +19,7 @@ collections:
label: "Blog"
folder: "content/blog"
create: true
slug: "{{title}}/{{slug}}"
slug: "{{slug}}/index.md"
nested:
depth: 2
summary: "{{title}}"