fix: wrong addPassthroughCopy

This commit is contained in:
Laureηt 2020-11-19 16:40:01 +01:00
parent 3faeb69aca
commit 95ba313391
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -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>