From d0e15c45acb33c112d57c68abe0e1e070af5a8bb Mon Sep 17 00:00:00 2001
From: lauralani
+ {{ content | safe }}
+
+ These are all the books I've rated so far (oldest to newest):
+lauka.net - Book: {{ name }}
+ Rating:
+ {% for i in range(0, rating) -%}
+ ⭐
+ {%- endfor %}
+
+
+ {{ title }}
+
+{%- for book in collections.book -%}
+
diff --git a/books/alexander-freed-rogue-one.md b/books/alexander-freed-rogue-one.md
new file mode 100644
index 0000000..544bc64
--- /dev/null
+++ b/books/alexander-freed-rogue-one.md
@@ -0,0 +1,11 @@
+---
+layout: layouts/book.njk
+tags: book
+name: "Alexander Freed - Star Wars: Rogue One"
+rating: 4
+date: 2021-10-16
+---
+
+While I really enjoyed Rogue One as a movie (I'd go as far as to say it's my favourite Star wars film so far), I enjoyed the book even more. It adds a lot of backstory and detail, and the characters are more fleshed out because of it.
+
+Overall a solid 4/5
diff --git a/books/dan-brown-meteor.md b/books/dan-brown-meteor.md
new file mode 100644
index 0000000..37bc866
--- /dev/null
+++ b/books/dan-brown-meteor.md
@@ -0,0 +1,9 @@
+---
+layout: layouts/book.njk
+tags: book
+name: "Dan Brown - Meteor"
+rating: 4
+date: 2022-05-15
+---
+
+I‘ve read this book at least ten times by now, and I still don‘t find it boring! It would be a solid 5/5 if it wasn‘t for the casual sexism portrayed by a few of the characters tho.
diff --git a/books/timothy-zahn-thrawn-ascendancy-lesser evil.md b/books/timothy-zahn-thrawn-ascendancy-lesser evil.md
new file mode 100644
index 0000000..9a1577a
--- /dev/null
+++ b/books/timothy-zahn-thrawn-ascendancy-lesser evil.md
@@ -0,0 +1,12 @@
+---
+layout: layouts/book.njk
+tags: book
+name: "Timothy Zahn - Star Wars: Thrawn Ascendancy - Lesser Evil"
+rating: 5
+date: 2022-05-10
+---
+
+Simply amazing.
+The way Timothy Zahn orchestrates his books is unbelievably awesome, and they usually leave me pretty emotional and longing for more. This trilogy has been exactly this, and it makes me want to re-read his other books as well with all the tie-ins he makes.
+
+As this is the final book of another awesome trilogy by Timothy Zahn: 5/5
diff --git a/index.njk b/index.njk
index 112f2c1..25d3d74 100644
--- a/index.njk
+++ b/index.njk
@@ -1,6 +1,6 @@
---
layout: layouts/home.njk
-title: lauka (dot) net
+title: "lauka.net"
---
{{ title }}
@@ -10,11 +10,7 @@ title: lauka (dot) net
Laura
Kalb
- and I do things on the internet.
-
- This page is a work in progress. There is not much to see here yet ;) + and I (literally) do things on the internet.
@@ -22,6 +18,25 @@ title: lauka (dot) net 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.
++ I always loved to read as many books as I can. So here I'm listing the books I've read since I started this webpage, + including a rating and short description. These are the last few books I've rated: +
+A list of @@ -66,8 +81,8 @@ title: lauka (dot) net
This website is - open source. It's an entirely static webpage built by - eleventy (a static site generator) + open source. It's an entirely static webpage generated by + {{ eleventy.generator }} and hosted with Netlify.