diff --git a/_drafts/blogpost.md b/_drafts/blogpost.md new file mode 100644 index 0000000..d165f6a --- /dev/null +++ b/_drafts/blogpost.md @@ -0,0 +1,8 @@ +--- +book-name: "Star Wars: Book Wars 2" +rating: 3 +date: 2022-05-22 +tags: blogpost +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/_drafts/book.md b/_drafts/book.md new file mode 100644 index 0000000..f3e6061 --- /dev/null +++ b/_drafts/book.md @@ -0,0 +1,9 @@ +--- +layout: layouts/book.njk +tags: book +name: "" +rating: 4 +date: 2022-05-15 +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. diff --git a/_includes/layouts/book.njk b/_includes/layouts/book.njk new file mode 100644 index 0000000..2362aa9 --- /dev/null +++ b/_includes/layouts/book.njk @@ -0,0 +1,34 @@ +--- +title: lauka (dot) net +--- + + + +
+ + + + ++ {{ content | safe }} +
+ + diff --git a/books.njk b/books.njk new file mode 100644 index 0000000..90d4999 --- /dev/null +++ b/books.njk @@ -0,0 +1,19 @@ +--- +layout: layouts/home.njk +title: "lauka.net - All Books" +permalink: "/books/" +--- + ++ These are all the books I've rated so far (oldest to newest): +
+- 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.