fix: wrong addPassthroughCopy
This commit is contained in:
parent
3faeb69aca
commit
95ba313391
|
@ -1,6 +1,6 @@
|
|||
module.exports = function(eleventyConfig) {
|
||||
|
||||
eleventyConfig.addPassthroughCopy('page/css')
|
||||
eleventyConfig.addPassthroughCopy('pages/css')
|
||||
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
"node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: layout.njk
|
||||
---
|
||||
|
||||
<h1 data-chaffle="en">whoami</h1>
|
||||
<p>Hi, my name's Laurent Fainsin, and I'm currently an L3 engineering student at <a href="https://www.enseeiht.fr/">ENSEEIHT</a> in France. I study Computer Science and this is my personnal ePortfolio to showcase my work. Here is my <a href="/cv.pdf">resume</a> if you are professionally interested.</p>
|
||||
|
||||
|
|
Reference in a new issue