mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
update book layouts
This commit is contained in:
parent
56aa5598a8
commit
cace022205
7 changed files with 35 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
---
|
|
@ -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
|
||||
---
|
|
@ -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
|
||||
---
|
14
books/the-ballad-of-songbirds-and-snakes.md.md
Normal file
14
books/the-ballad-of-songbirds-and-snakes.md.md
Normal 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
|
|
@ -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
|
||||
---
|
Loading…
Reference in a new issue