{{ book.title }}
{% if book.author %} By {{ book.author }} {% endif %} {% if book.description %}{{ book.description | normalize_whitespace | markdown | htmlTruncate }}
{% endif %}
--- title: Reading description: Here's what I'm reading at the moment. permalink: "/reading/index.php" schema: books eleventyComputed: page: activeUrl: "/reading" --- getAllProgress(); ?> {%- assign currentYear = 'now' | date: "%Y" -%} {%- assign bookData = books.all | filterBooksByStatus: 'started' | reverse -%} {%- assign currentBookCount = books.currentYear | size -%}
Here's what I'm reading at the moment. I've finished {{ currentBookCount }} books this year. I've read {{ books.daysRead }} days in a row and counting.
{% render "static/blocks/top-tags.liquid" label:"Top genres" tags:topTags.books_genres %}{{ books.years | bookYearLinks }}
{% render "static/blocks/banners/rss.liquid", url: "/feeds/books.xml", text: "Subscribe to my books feed or follow along on this page" %}