diff --git a/content/publications.html b/content/publications.html deleted file mode 100644 index cf3fe10..0000000 --- a/content/publications.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: home-page -title: Publications -permalink: /publications/ ---- - -
-
-

Publications edited

- - -

Appearing in

- - -
-
diff --git a/content/publications/_index.html b/content/publications/_index.html new file mode 100644 index 0000000..4099149 --- /dev/null +++ b/content/publications/_index.html @@ -0,0 +1,52 @@ +--- +layout: single +title: Publications +permalink: /publications/ +--- + +
+ +

Publications

+
    +
  1. +
    + + +
    +

    Restless Town

    +
    +
    +
  2. +
  3. +
    + + +
    +

    Rum and Coke - Three Short Stories from a Furry Convention

    +
    +
    +
  4. +
+ +

Publications edited

+
    +
  1. +
    + + +
    +

    Arcana: A Tarot Anthology

    +
    +
    +
  2. +
+ +

Appearing in

+ + +
diff --git a/content/publications/arcana.md b/content/publications/arcana.md new file mode 100644 index 0000000..e13dbe6 --- /dev/null +++ b/content/publications/arcana.md @@ -0,0 +1,27 @@ +--- +type: page +title: Arcana - A Tarot Anthology +img: publications/04-emperor.jpg +--- + + + +* [**Purchase from the publisher**](http://thurstonhowlpub.storenvy.com/collections/1587098-anthologies/products/22227398-arcana-a-tarot-anthology) +* [Purchase ebook from Bad Dog Books](https://baddogbooks.com/product/arcana/) +* [Purchase from Amazon](https://www.amazon.com/dp/B078324NWL/) + +---- + +*"The first card is your past," the vixen said, turning over a tattered card. She spoke as she traced the stroke of lightning along the top. "The tower. Difficult times, sudden change. An upheaval in your life? A new revelation?"* + +*The darkness of the room stifled your voice; you could only nod.* + +*"The hanged man," she murmured as she turned over the second card. "Being true to yourself, A resolution of difficulties. This is your present, the work you have to do right now."* + +*"The third card," a smile traced her features, "is your future..."* + +The Tarot has been with us for centuries. Reports of Tarot itself go back to the early 1400s, and the act of using the cards as divinatory tools was documented in the mid 1700s. Since then, the idea of using cards for divination has figured large in western society. They inspire words of praise as well as derision, works of art and imitation and parody, and words upon countless words. + +With how much the Tarot has woven itself into society, it’s no small wonder that the cards are so well known, and the archetypes they represent can feel so universal. Each one seems to tell its own story... + +Included in this anthology are twenty-two works of furry fiction by authors within the fandom, including Kyell Gold, Mary E. Lowd, Chris Williams, and many others. Come with us and divine the meaning of all things from within Arcana. diff --git a/content/publications/restless-town.md b/content/publications/restless-town.md new file mode 100644 index 0000000..ec9221d --- /dev/null +++ b/content/publications/restless-town.md @@ -0,0 +1,19 @@ +--- +type: page +title: Restless Town +--- + +***Coming Soon!*** + +Restless Town is a collection of ten furry short stories from the fictional town of Sawtooth, Idaho, exploring the themes of identity, sexuality, and mental health. + +* **The Fool** - A student and a motherly badger explore questions of identity through a tarot reading. +* **Disappearance** - A weasel attempts to escape from her life in Sawtooth to Oregon, but finds her old life still tied to home. +* **Fisher** - A fisher walks and hunts for meaning. +* **Centerpiece* - A couple heads to a BDSM play party where the wife will be the Centerpiece for the whole party to enjoy. With fertility already on the mind, will another mink showing up throw a wrench in things? +* **You're Gone** - A husband grieves the loss of his wife through instant messages. +* **Overclassification** - A chronically neat otter's life is thrown into disarray when she takes a homeless ringtail in from the cold. +* **Acts of Intent** - A coyote burns meaning into the world around him. +* **Every Angel is Terrifying** - Derek MacIver struggles to hold his life together through the ups and downs of bipolar disorder. +* **What Defines Us** - Darren and his mother struggle with the rammifications of the past repeating itself. +* **A Theory of Attachment** - Living with obsessive-compulsive disorder is tough without a support network, so when Sélène's changes, stress runs high. diff --git a/content/publications/rum-and-coke.md b/content/publications/rum-and-coke.md new file mode 100644 index 0000000..d0897e1 --- /dev/null +++ b/content/publications/rum-and-coke.md @@ -0,0 +1,22 @@ +--- +type: page +title: Rum and Coke - Three Short Stories from a Furry Convention +--- + + + + + +* Purchase ebook +* Pre-order paperback +* [Purchase on Amazon](https://www.amazon.com/dp/B0160RTUWK) + +----- + +Much ink has been spent following the exploits of our furry characters, but sometimes, the real interest lies in the act of us as humans being furries. Follow the stories of three individuals as they navigate the world of relationships and furry conventions. + +* What I Expected - as a genderqueer person, how does one go about having a romantic and sexual relationship with a cisgender person? Sascha doesn’t quite know, but it’s time to figure that out. +* How Many - Struggling with anxiety, Ian and his boyfriend are flying out to meet Ian’s new second partner, Rei for the very first time. +* Again - It’s not uncommon to see one’s ex has changed in interesting ways, but Michael is taken aback when his partner from years past shows up at the convention much different than before. + +These three short pieces of erotica explore the unique aspects of romance and sex within the furry fandom, focusing on queer stories and highlighting the complexities of meeting up for the first time, or at least the first time in many years. diff --git a/layouts/page/single.html b/layouts/page/single.html new file mode 100644 index 0000000..7c7620a --- /dev/null +++ b/layouts/page/single.html @@ -0,0 +1,20 @@ +{{ define "main" }} +
+ {{ with .Params.img }} +
+
+
+ {{ end }} +
+
+
+

{{ .Title }}

+
+ {{ .Content }} + +
+
+
+{{ end }} diff --git a/static/assets/img/publications/04-emperor.jpg b/static/assets/img/publications/04-emperor.jpg new file mode 100755 index 0000000..6fc95f5 Binary files /dev/null and b/static/assets/img/publications/04-emperor.jpg differ diff --git a/static/assets/img/publications/arcana.jpg b/static/assets/img/publications/arcana.jpg new file mode 100644 index 0000000..81f59c8 Binary files /dev/null and b/static/assets/img/publications/arcana.jpg differ diff --git a/static/assets/img/publications/rum-and-coke.jpg b/static/assets/img/publications/rum-and-coke.jpg new file mode 100644 index 0000000..e4ea508 Binary files /dev/null and b/static/assets/img/publications/rum-and-coke.jpg differ