hugo site
This commit is contained in:
5
jekyll/collections/index.html
Normal file
5
jekyll/collections/index.html
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
{% include collections.html %}
|
||||
26
jekyll/collections/ratings/g.html
Normal file
26
jekyll/collections/ratings/g.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Stories rated G</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Rated G'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
26
jekyll/collections/ratings/r.html
Normal file
26
jekyll/collections/ratings/r.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Stories rated G</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Rated R'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
26
jekyll/collections/ratings/x.html
Normal file
26
jekyll/collections/ratings/x.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Stories rated X</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Rated X'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
27
jekyll/collections/series/post-self.html
Normal file
27
jekyll/collections/series/post-self.html
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Post-Self</h1>
|
||||
|
||||
<p><a href="http://post-self.io" target="_blank">Post-Self</a> is a collaborative fiction project exploring what it means to be post-self, set in a far-future world where the boundary of Self is blurred.</p>
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Post-Self'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
28
jekyll/collections/series/rum-and-coke.html
Normal file
28
jekyll/collections/series/rum-and-coke.html
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Rum and Coke</h1>
|
||||
|
||||
<p>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.</p>
|
||||
<p>Taking the form of short stories, these fables of a furry con explore the topics of gender, kink, sex, and relationships at one furry convention.</p>
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Rum and Coke'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
28
jekyll/collections/series/sawtooth.html
Normal file
28
jekyll/collections/series/sawtooth.html
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Sawtooth</h1>
|
||||
|
||||
<p>These stories take place in the shared world of Sawtooth, Idaho.</p>
|
||||
<p>Sawtooth is a town of approximately sixty thousand, and home to University of Idaho Sawtooth. The town is serviced by a prompt and organized public transit system. It is proud to host some of Idaho's largest companies as the tech capitol of the state.</p>
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories.Sawtooth %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
26
jekyll/collections/types/flash-fiction.html
Normal file
26
jekyll/collections/types/flash-fiction.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Stories with less than 1,000 words</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Flash fiction'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
26
jekyll/collections/types/non-fiction.html
Normal file
26
jekyll/collections/types/non-fiction.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Non-fiction of any length</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Non-fiction'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
26
jekyll/collections/types/poetry.html
Normal file
26
jekyll/collections/types/poetry.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Poems of any length</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Poem'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
26
jekyll/collections/types/short-stories.html
Normal file
26
jekyll/collections/types/short-stories.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Stories with betwee 2,000 and 20,000 words</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Short story'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
26
jekyll/collections/types/vignettes.html
Normal file
26
jekyll/collections/types/vignettes.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
layout: home-page
|
||||
---
|
||||
|
||||
<p><a href="{{site.baseurl}}/collections">« back to collections</a></p>
|
||||
|
||||
<h1>Stories with betwee 1,000 and 2,000 words</h1>
|
||||
|
||||
<ol class="post-card-box clearfix">
|
||||
{% for post in site.categories['Vignette'] %}
|
||||
<li>
|
||||
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
|
||||
</a>
|
||||
|
||||
<div class="post-card-body">
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{site.baseurl}}/tags#{{tag}}" class="tag">| {{ tag }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-link"><h3 class="post-card-title">{{post.title}}</h3></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
Reference in New Issue
Block a user