feat: addPassthroughCopy for resume and favicon

This commit is contained in:
Laureηt 2020-11-19 17:46:42 +01:00
parent 21e6f2a42f
commit 78fce73260
3 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,9 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('pages/css')
eleventyConfig.addPassthroughCopy({
"node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js"
"node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js",
"pages/cv.pdf": "cv.pdf",
"pages/favicon.ico": "favicon.ico"
});
eleventyConfig.addShortcode("year", () => {

BIN
pages/cv.pdf Normal file

Binary file not shown.

BIN
pages/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB