From ae5210bd33783d98f23320eee6adfb0b8de12b99 Mon Sep 17 00:00:00 2001 From: lauralani Date: Wed, 22 Jun 2022 11:50:54 +0200 Subject: [PATCH] bring site to the same state as live site --- .eleventy.js | 7 ++++++ _includes/layouts/home.njk | 4 +-- index.njk | 50 ++++++++++++++++++++++++++++++++++++-- 3 files changed, 57 insertions(+), 4 deletions(-) create mode 100644 .eleventy.js diff --git a/.eleventy.js b/.eleventy.js new file mode 100644 index 0000000..30b4cc7 --- /dev/null +++ b/.eleventy.js @@ -0,0 +1,7 @@ +module.exports = function(eleventyConfig) { + eleventyConfig.addPassthroughCopy('css') + eleventyConfig.addPassthroughCopy('js') + return { + passthroughFileCopy: true + } + } diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index 23f63a6..f0ba18c 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -13,13 +13,13 @@ title: lauka (dot) net {{ title }} - + - + {{ content | safe }} diff --git a/index.njk b/index.njk index ebcfefa..012e143 100644 --- a/index.njk +++ b/index.njk @@ -2,5 +2,51 @@ layout: layouts/home.njk title: lauka (dot) net --- -# {{ title }} -## +

{{ title }}

+

+ Hi, my name is Laura + Kalb and I do things on the internet. +

+ +

WIP

+

+ This page is a work in progress. There is not much to see here yet ;) +

+ +

About me

+

+ I'm a network engineer, with a pretty mixed technical background. + I started my career in software development, and then moved on to be + a sysadmin with main emphasis on linux environments. Afterwards, + I was a mix of network engineer and site reliability engineer. + Now I'm responsible for the network infrastructure at a big + datacenter provider. +

+ +

Some nice stuff

+

+ A list of tools, projects and fun stuff + that I already have worked on or that I want to work on in the future. +

+ + +

Notepad

+

+ My list of awesome technologies I want to implement soon: +

+ + +

Contact me

+

+ Some ways to contact me: +

+