Adds a /tags/ to list all valid tags

This commit is contained in:
Zach Leatherman
2018-08-29 08:46:06 -05:00
parent e3f3bc1cf2
commit ef7783222d
6 changed files with 45 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ module.exports = function(eleventyConfig) {
});
});
eleventyConfig.addCollection("tagList", require("./_11ty/getTagList"));
eleventyConfig.addPassthroughCopy("img");
eleventyConfig.addPassthroughCopy("css");