feat: addPassthroughCopy for resume and favicon
This commit is contained in:
parent
21e6f2a42f
commit
78fce73260
|
@ -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
BIN
pages/cv.pdf
Normal file
Binary file not shown.
BIN
pages/favicon.ico
Normal file
BIN
pages/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Reference in a new issue