Skip to content

Commit

Permalink
cleans things up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 15, 2024
1 parent d8b12d7 commit 9312c64
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 66 deletions.
3 changes: 0 additions & 3 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
const dateFilter = require('nunjucks-date-filter');

module.exports = function (eleventyConfig) {
eleventyConfig.addNunjucksFilter('date', dateFilter);
eleventyConfig.addPassthroughCopy("src/CNAME");
eleventyConfig.addPassthroughCopy("src/images");
eleventyConfig.addPassthroughCopy("src/fonts");
Expand Down
105 changes: 43 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@11ty/eleventy-dev-server": "^2.0.4",
"concurrently": "^9.0.1",
"gh-pages": "^6.1.1",
"nunjucks-date-filter": "^0.1.1",
"sass": "^1.78.0"
}
}

0 comments on commit 9312c64

Please sign in to comment.