Coleman McCormick

Goal Summary: Books of 2019

December 30, 2019 • #

I just finished my last book I’ll complete this year, making the final tally 54.

Here’s the full list of everything I read:

{% assign books = site.books | sort: ‘date_completed’ %} {% assign start = ‘2019-01-01’ | date: ‘%Y-%m-%d’ %} {% assign end = ‘2019-12-31’ | date: ‘%Y-%m-%d’ %} {% for book in books %} {% assign completed = book.date_completed | date: ‘%Y-%m-%d’ %} {% if completed >= start and completed <= end %}

  • {% if book.favorite %}{% endif %}[{{ book.title }}{% if book.subtitle != "" %}: {{ book.subtitle }}{% endif %}](/books/{{ book.slug }}/ ”{{ book.title }}”){% if book.favorite %}{% endif %}, {{ book.author }} {% endif %} {% endfor %}

My library page has links to each book, including the occasional review.

Topics:   books