diff --git a/.eleventy.js b/.eleventy.js new file mode 100644 index 0000000..b5e9a4d --- /dev/null +++ b/.eleventy.js @@ -0,0 +1,10 @@ +module.exports = function(eleventyConfig) { + + eleventyConfig.addPassthroughCopy('page/css') + + return { + dir: { + input: "pages" + } + } +} \ No newline at end of file diff --git a/pages/_includes/layout.njk b/pages/_includes/layout.njk new file mode 100644 index 0000000..4475a34 --- /dev/null +++ b/pages/_includes/layout.njk @@ -0,0 +1,12 @@ + + +
+ + +Hi, my name's Laurent Fainsin, and I'm currently an L3 engineering student at ENSEEIHT in France. I study Computer Science and this is my personnal ePortfolio to showcase my work. Here is my resume if you are professionally interested.
+ +