Group link pages in a folder

This commit is contained in:
Helen Chong 2024-12-31 01:21:40 +08:00
parent 1e7f2c4e31
commit b1dece54e9
3 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,4 @@
export default { export default {
layout: false,
tags: ["link groups"], tags: ["link groups"],
permalink: false, permalink: false
eleventyComputed: {
title: "{{ title }}",
eleventyNavigation: {
key: false,
parent: false
}
}
} }

View File

@ -1,5 +1,6 @@
export default { export default {
layout: "main/content", layout: "main/content",
permalink: "/links/{{ page.fileSlug }}/",
hasBreadcrumbs: true, hasBreadcrumbs: true,
eleventyComputed: { eleventyComputed: {
title: "{{ articleTitle | safe }} | Links", title: "{{ articleTitle | safe }} | Links",