-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ranked_books' into main
- Loading branch information
Showing
7 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
title: "Book Reviews: Ranked" | ||
layout: page | ||
permalink: /books/ranked/ | ||
book_topbar_include: false | ||
description: > | ||
Alexander Gude's (short) book reviews. | ||
--- | ||
|
||
{% include books_topbar.html %} | ||
|
||
<h2 class="book-list-headline">Ranked List of Books</h2> | ||
|
||
<div class="card-grid"> | ||
|
||
{% comment %} 5 Stars {% endcomment %} | ||
|
||
{% include auto_book_card.html title="Echopraxia" %} | ||
{% include auto_book_card.html title="Blindsight" %} | ||
{% include auto_book_card.html title="Use of Weapons" %} | ||
{% include auto_book_card.html title="The Player of Games" %} | ||
{% include auto_book_card.html title="Pandora's Star" %} | ||
{% include auto_book_card.html title="Judas Unchained" %} | ||
{% include auto_book_card.html title="Night Without Stars" %} | ||
{% include auto_book_card.html title="The Colonel" %} | ||
{% include auto_book_card.html title="The Fall of Hyperion" %} | ||
{% include auto_book_card.html title="The Abyss Beyond Dreams" %} | ||
{% include auto_book_card.html title="Serpent Valley" %} | ||
{% include auto_book_card.html title="The Dreaming Void" %} | ||
|
||
{% comment %} 4 Stars {% endcomment %} | ||
|
||
{% include auto_book_card.html title="Excession" %} | ||
{% include auto_book_card.html title="Redwall" %} | ||
{% include auto_book_card.html title="Hyperion" %} | ||
{% include auto_book_card.html title="The Temporal Void" %} | ||
{% include auto_book_card.html title="The Evolutionary Void" %} | ||
{% include auto_book_card.html title="The Citadel of the Autarch" %} | ||
{% include auto_book_card.html title="The Sword of the Lictor" %} | ||
{% include auto_book_card.html title="Mossflower" %} | ||
{% include auto_book_card.html title="Dog Soldier" %} | ||
{% include auto_book_card.html title="Ymir" %} | ||
{% include auto_book_card.html title="The Shadow of the Torturer" %} | ||
{% include auto_book_card.html title="The Dragon's Banker" %} | ||
|
||
{% comment %} 3 Stars {% endcomment %} | ||
|
||
{% include auto_book_card.html title="The State of the Art" %} | ||
{% include auto_book_card.html title="The Fractal Prince" %} | ||
{% include auto_book_card.html title="Flowers for Algernon" %} | ||
{% include auto_book_card.html title="Chevalier" %} | ||
{% include auto_book_card.html title="The Claw of the Conciliator" %} | ||
{% include auto_book_card.html title="The Causal Angel" %} | ||
{% include auto_book_card.html title="There Is No Antimemetics Division" %} | ||
|
||
{% comment %} 2 Stars {% endcomment %} | ||
|
||
{% include auto_book_card.html title="The Quantum Thief" %} | ||
{% include auto_book_card.html title="The Urth of the New Sun" %} | ||
|
||
{% comment %} 1 Stars {% endcomment %} | ||
|
||
{% include auto_book_card.html title="Consider Phlebas" %} | ||
{% include auto_book_card.html title="The Three-Body Problem" %} | ||
|
||
</div> |