Upgrade a few deps, move a few things around. Remove the dual feeds (JSON still supported)

This commit is contained in:
Zach Leatherman
2024-10-01 15:42:41 -05:00
parent 07bd6d8aff
commit c8a2c186bc
6 changed files with 9 additions and 11 deletions

View File

@@ -5,9 +5,11 @@ const pagination = {
size: 1,
alias: "tag",
filter: ["all", "posts"],
addAllPagesToCollections: true,
// addAllPagesToCollections: true,
};
const eleventyExcludeFromCollections = true;
const eleventyComputed = {
title: "Tagged '{{ tag }}'",
permalink: function(data) {