Add summaries

This commit is contained in:
Madison Scott-Clary
2021-09-08 21:40:55 -07:00
parent 6da8da63a0
commit 75c9026f93
2 changed files with 23 additions and 3 deletions

View File

@ -1,7 +1,7 @@
--- ---
--- ---
![A small preview...](/cover-front.jpg) ![The book's cover](/cover-front.jpg)
> To call what I am feeling a 'crush' feels inexact. It is not puppy love. It is not new relationship energy. It is not lust. It is an uncontrollable romantic desire. > To call what I am feeling a 'crush' feels inexact. It is not puppy love. It is not new relationship energy. It is not lust. It is an uncontrollable romantic desire.
> >
@ -11,7 +11,7 @@
Six tales of love. Six tales of need, of desire, of how to live with the ones you cannot live without. Sawtooth may be a nothing town in a flyover state, but those that live there are no less real for it. They bear all the same emotions as anyone else, have all the same needs. Six tales of love. Six tales of need, of desire, of how to live with the ones you cannot live without. Sawtooth may be a nothing town in a flyover state, but those that live there are no less real for it. They bear all the same emotions as anyone else, have all the same needs.
**Coming November 1, 2021!** **Coming November 1, 2021! Pre-order starts September 15!**
----- -----
@ -26,12 +26,24 @@ I'm struck by how, after finishing the collection, it feels like I've witnessed
## Contents ## Contents
* Jump * Jump
Some folks were just built to jump. What do you do when that gets to be too much?
* Limerent Object * Limerent Object
Dee Kimana, an ex-seminarian coyote, is in love. Maybe. Perhaps? His constant doubts plague him, and as he strives to journal his way towards greater understanding of himself and his emotions, he delves deeper and deeper into the past.
* Gigs * Gigs
The gig economy, while useful for providing some income to those in need, comes with its own downfalls and dangers, as Winter soon finds.
* Sorting Laundry * Sorting Laundry
It's weird what you remember from childhood, isn't it? Almost as weird as what brings those memories to the surface.
* Morning Of * Morning Of
Surgery and airports --- two places where you give yourself into your trust in professionals. But where, exactly, does that point lie?
* Of Foxes and Milkshakes * Of Foxes and Milkshakes
Two foxes, one vanilla-flavored kiss.
### Content Warnings ### Content Warnings
*Jump* contains mentions of sex and emotional abuse. *Limerent Object* contains strong religious themes. *Gigs* contains mentions of misogyny. *Sorting Laundry* contains mentions of transphobia. *Foxes and Milkshakes* contains homophobia. *Jump* contains mentions of sex and emotional abuse. *Limerent Object* contains strong religious themes. *Gigs* contains mentions of misogyny. *Sorting Laundry* contains mentions of transphobia. *Foxes and Milkshakes* contains homophobia.

View File

@ -30,7 +30,6 @@ h1 small {
} }
.title ul { .title ul {
list-style-type: none; list-style-type: none;
font-family: "Tom's New Roman", serif;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -39,6 +38,15 @@ h1 small {
margin: 1rem 0; margin: 1rem 0;
padding: 0; padding: 0;
} }
.title ul li p:first-of-type {
font-family: "Tom's New Roman", serif;
font-size: 20pt;
text-align: center;
}
.title ul li p {
text-indent: 0;
text-align: justify;
}
.title blockquote:first-of-type { .title blockquote:first-of-type {
font-style: italic; font-style: italic;
} }