update book layouts

This commit is contained in:
Adora Laura Kalb 2023-06-13 12:39:48 +02:00
parent 56aa5598a8
commit cace022205
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
7 changed files with 35 additions and 8 deletions

View file

@ -1,5 +1,6 @@
---
title: lauka (dot) net
permalink: "books/{{ name | slugify }}/index.html"
---
<!DOCTYPE html>
@ -11,17 +12,20 @@ title: lauka (dot) net
name="viewport"
content="shrink-to-fit=no,width=device-width,height=device-height,initial-scale=1,user-scalable=1">
<meta name="description" content="My little cozy place on the web.">
<title>lauka.net - Book: {{ name }}</title>
<title>lauka.net - Book: {{ author }}: {{ name }}</title>
<link rel='stylesheet' type='text/css' media='screen' href="{{ '/css/main.css' | url }}"/>
</head>
<body class="h-card">
<h1><a href="/">lauka.net - Book: {{ name }}</a></h1>
<h1>Book: {{ name }} by {{ author }}</h1>
<a href="/books/">⇠ back to book overview</a>
<br/><br/>
<h2>Rating:
{% for i in range(0, rating) -%}
{%- endfor %}
</h2>
{% if goodreads %}<a href="{{ goodreads }}" target="_blank">Link to Goodreads</a>{% endif %}
<p class="p-note">
{{ content | safe }}
</p>

View file

@ -1,7 +1,9 @@
---
layout: layouts/book.njk
tags: book
name: "Alice Oseman - Heartstopper (Books 1-4)"
author: "Alice Oseman"
name: "Heartstopper (Books 1-4)"
goodreads: https://www.goodreads.com/series/236821-heartstopper
rating: 4
date: 2022-10-11
---
@ -10,4 +12,3 @@ Heartstopper is about a young pair of boys that discover their love for eachothe
Only downside for the books is that they are in comic form, which shortens the read time by a lot.
Solid 4/5, would be 5/5 if the books were text instead of comic form

View file

@ -1,7 +1,9 @@
---
layout: layouts/book.njk
tags: book
name: "Dan Brown - Meteor"
author: Dan Brown
name: Meteor
goodreads: https://www.goodreads.com/book/show/1196860.Meteor
rating: 4
date: 2022-05-15
---

View file

@ -1,7 +1,9 @@
---
layout: layouts/book.njk
tags: book
name: "Markus Heitz - Operation Vade Retro (Collector #2)"
author: Markus Heitz
name: "Operation Vade Retro (Collector #2)"
goodreads: https://www.goodreads.com/book/show/17314162-operation-vade-retro
rating: 3
date: 2022-06-25
---

View file

@ -1,7 +1,9 @@
---
layout: layouts/book.njk
tags: book
name: "Alexander Freed - Star Wars: Rogue One"
author: Alexander Freed
name: "Star Wars: Rogue One"
goodreads: https://www.goodreads.com/book/show/30008713-rogue-one
rating: 4
date: 2021-10-16
---

View file

@ -0,0 +1,14 @@
---
layout: layouts/book.njk
tags: book
author: Suzanne Collins
name: The Ballad of Songbirds and Snakes
goodreads: https://www.goodreads.com/book/show/51901147-the-ballad-of-songbirds-and-snakes
rating: 4
date: 2023-01-25
---
Heartstopper is about a young pair of boys that discover their love for eachother. The emotions and actions portrayed by the protagonists are so genuine that they almost hurt when reading the books! The book has a really nice setting, and it describes young love really nice :)
Only downside for the books is that they are in comic form, which shortens the read time by a lot.
Solid 4/5, would be 5/5 if the books were text instead of comic form

View file

@ -1,7 +1,9 @@
---
layout: layouts/book.njk
tags: book
name: "Timothy Zahn - Star Wars: Thrawn Ascendancy - Lesser Evil"
author: Timothy Zahn
name: "Star Wars: Thrawn Ascendancy - Lesser Evil"
goodreads: https://www.goodreads.com/book/show/55213763-lesser-evil
rating: 5
date: 2022-05-10
---