Compare commits
15 Commits
0cc020016c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b063d7376a | |||
| cc8ecba949 | |||
| a28b111d54 | |||
| effeed40d6 | |||
| 8171ac6122 | |||
| d4683c4c21 | |||
| 682d3b39ff | |||
| 99558e497c | |||
| e826fd9342 | |||
| 26ef74ac4d | |||
| f9017772f5 | |||
| 420cf5cc50 | |||
| 42a390a3fa | |||
| 1481edf0d2 | |||
| 1c523c859a |
42
.gitea/workflows/deploy.yaml
Normal file
42
.gitea/workflows/deploy.yaml
Normal file
@ -0,0 +1,42 @@
|
||||
name: Deploy
|
||||
run-name: ${{ gitea.actor }} is deploying ${{ gitea.repository }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||
volumes:
|
||||
- /opt/hugo/wildness.makyo.ink:/opt/hugo/wildness.makyo.ink
|
||||
env:
|
||||
DART_SASS_VERSION: 1.98.0
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
- name: Install Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: '0.157.0'
|
||||
extended: true
|
||||
|
||||
- name: Install Dart Sass
|
||||
run: |
|
||||
curl -LJO https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz \
|
||||
&& tar -xf dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz \
|
||||
&& cp -r dart-sass/* /usr/local/bin \
|
||||
&& rm -rf dart-sass* \
|
||||
&& sass --embedded --version
|
||||
|
||||
- name: Build site
|
||||
run: |
|
||||
hugo build --gc --minify --baseURL https://wildness.makyo.ink --destination /opt/hugo/wildness.makyo.ink
|
||||
|
||||
- name: Set permissions
|
||||
run: chown -R www-data:www-data /opt/hugo/wildness.makyo.ink
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
.hugo_build.lock
|
||||
public
|
||||
resources/_gen
|
||||
|
||||
@ -5,12 +5,17 @@ theme = 'maddybook'
|
||||
paginatePath = ""
|
||||
|
||||
[permalinks]
|
||||
post = '/:filename/'
|
||||
post = '/:contentbasename/'
|
||||
|
||||
[params]
|
||||
subtitle = 'Limerent Object and other stories'
|
||||
author = 'Madison Scott-Clary'
|
||||
home = 'https://makyo.ink'
|
||||
copyright = 2021
|
||||
customCSS = ['/wildness.css']
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[pagination]
|
||||
path = ""
|
||||
|
||||
@ -12,49 +12,27 @@
|
||||
|
||||
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.
|
||||
|
||||
<div class="order">
|
||||
<script src="https://gumroad.com/js/gumroad.js"></script>
|
||||
<p>
|
||||
<a class="gumroad-button" href="https://gumroad.com/l/TiACLd">Order ebook</a>
|
||||
<a class="gumroad-button" href="https://makyo-ink.square.site/product/awoth/8">Order paperback</a>
|
||||
</p>
|
||||
<div class="buy">
|
||||
<p>
|
||||
<a href="https://makyo.itch.io/a-wildness-of-the-heart">Order ebook</a>
|
||||
<a href="https://makyo-ink.square.site/product/awoth/8">Order paperback</a>
|
||||
<a href="https://baddogbooks.com/product/a-wildness-of-the-heart-limerant-object-and-other-stories/" target="_blank">Order ebook from BadDogBooks</a><br/>
|
||||
<a href="https://furplanet.com/shop/item.aspx?itemid=1188" target="_blank">Order paperback from FurPlanet</a>
|
||||
</p>
|
||||
<p>
|
||||
<em>Also available for many internet retailers, but consider supporting small businesses!</em>
|
||||
</p>
|
||||
<hr />
|
||||
<p>
|
||||
Much of the book is available to read for free online if you are unable to afford purchasing, because the global panoramic is still a thing
|
||||
</p>
|
||||
</div>
|
||||
|
||||
-----
|
||||
|
||||
Much of the book is available to read for free online if you are unable to afford purchasing, because the global panoramic is still a thing
|
||||
|
||||
## Contents
|
||||
|
||||
* [Jump](/jump)
|
||||
{{< works corpus="works" >}}
|
||||
|
||||
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
|
||||
|
||||
It's weird what you remember from childhood, isn't it? Almost as weird as what brings those memories to the surface.
|
||||
* 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.
|
||||
|
||||
## Advance praise
|
||||
## Praise
|
||||
|
||||
> I'm struck by how, after finishing the collection, it feels like I've witnessed a ritual.
|
||||
|
||||
@ -72,6 +50,10 @@ Much of the book is available to read for free online if you are unable to affor
|
||||
|
||||
--- [Southpaws Podcast](https://southpawscast.podbean.com/e/episode-502-they-re-not-grrreat/) (1:20 to 2:30)
|
||||
|
||||
> A poignant reflection on the complicated feelings that nearly all people grapple with during at least some points in our lives, brimming with romantic passion and yet constructed with a mature restraint, and possessing a subtle intimacy that permeates nearly every page, A Wildness of the Heart manages something truly special. . .
|
||||
|
||||
--- [Furry Book Review](https://furrybookreview.com/wildness-of-the-heart/)
|
||||
|
||||
### 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.
|
||||
|
||||
23
data/works.yml
Normal file
23
data/works.yml
Normal file
@ -0,0 +1,23 @@
|
||||
- title: Jump
|
||||
url: /jump
|
||||
description: Some folks were just built to jump. What do you do when that gets to be too much?
|
||||
|
||||
- title: Limerent Object
|
||||
url: /limerent-object
|
||||
description: 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.
|
||||
|
||||
- title: Gigs
|
||||
url: /gigs
|
||||
description: The gig economy, while useful for providing some income to those in need, comes with its own downfalls and dangers, as Winter soon finds.
|
||||
|
||||
- title: Sorting Laundry
|
||||
url: /sorting-laundry
|
||||
description: It’s weird what you remember from childhood, isn’t it? Almost as weird as what brings those memories to the surface.
|
||||
|
||||
- title: Morning Of
|
||||
url: /morning-of
|
||||
description: Surgery and airports — two places where you give yourself into your trust in professionals. But where, exactly, does that point lie?
|
||||
|
||||
- title: Of Foxes and Milkshakes
|
||||
url: /of-foxes-and-milkshakes
|
||||
description: Two foxes, one vanilla-flavored kiss.
|
||||
15
layouts/_partials/analytics.html
Normal file
15
layouts/_partials/analytics.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.makyo.io/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '15']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 648 KiB After Width: | Height: | Size: 573 KiB |
BIN
static/tomnr.woff
Normal file
BIN
static/tomnr.woff
Normal file
Binary file not shown.
14
static/wildness.css
Normal file
14
static/wildness.css
Normal file
@ -0,0 +1,14 @@
|
||||
@font-face {
|
||||
font-family: "Tom's New Roman";
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url("/tomnr.woff") format("woff");
|
||||
}
|
||||
|
||||
header, footer, .title ul li p:first-of-type, ul.pagination, h1, h2 {
|
||||
font-family: "Tom's New Roman", serif;
|
||||
}
|
||||
|
||||
.works .author {
|
||||
display: none;
|
||||
}
|
||||
1
themes/maddybook
Submodule
1
themes/maddybook
Submodule
Submodule themes/maddybook added at c847f9bdad
Reference in New Issue
Block a user