Public Access
1
0

my picture

This commit is contained in:
2025-08-07 15:01:17 -04:00
parent 5401b75361
commit 37b239abbf
3 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/css");
eleventyConfig.addPassthroughCopy("src/js");
eleventyConfig.addPassthroughCopy("src/resume");
eleventyConfig.addPassthroughCopy("src/assets/images");
// Add a filter for readable dates using vanilla JS
eleventyConfig.addFilter("readableDate", dateObj => {
// The toLocaleDateString method can be used to format dates