This commit is contained in:
Madison Scott-Clary
2017-09-06 13:40:03 -06:00
parent a814cdf0ab
commit 2add453e73
9 changed files with 129 additions and 24 deletions

25
Makefile Normal file
View File

@ -0,0 +1,25 @@
.PHONY: run
run:
bundle exec jekyll build
$(MAKE) -j2 run-jekyll watch-wordcounts
.PHONY: run-jekyll
run-jekyll:
bundle exec jekyll serve -w -I -H 0.0.0.0
.PHONY: watch-wordcounts
watch-wordcounts:
while true; do \
for i in `find _posts -name "*.md"`; do \
if [ -n "`git status --porcelain $$i`" ]; then \
echo; \
prose-wc -u $$i; \
echo; \
sleep 30; \
fi; \
done; \
done
.PHONY: clean
clean:
rm -rf _site

View File

@ -13,9 +13,19 @@ layout: default
<div class="page-content"> <div class="page-content">
<div class="header-page"> <div class="header-page">
<h1 class="page-title">{{page.title}}</h1> <h1 class="page-title">{{page.title}}</h1>
<div class="page-date"><time datetime="{{page.date}}">{{page.date | date: '%Y, %b %d'}}</time></div> <div class="page-meta">
{{page.date | date: '%B %d, %Y'}}
{% if page.counts %} &bull; {{ page.counts.words }} words &bull; {{ page.counts.paragraphs }} paragraphs{% endif %}
{% if page.tags %}<br />
{% for tag in page.tags %}
<a href="{{site.baseurl}}/tags#{{tag}}">{{tag}}</a>
{% if forloop.last != true %}|{% endif %}
{% endfor %}
{% endif %}
</div>
</div> </div>
{{page.content | markdownify}} {{page.content | markdownify}}
<hr class="fin" />
<div class="page-footer"> <div class="page-footer">
<div class="page-tag"> <div class="page-tag">
<span>Tags:</span> <span>Tags:</span>
@ -30,9 +40,11 @@ layout: default
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google+" rel="nofollow" target="_blank"><i class="fa fa-google" aria-hidden="true"></i></a> <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google+" rel="nofollow" target="_blank"><i class="fa fa-google" aria-hidden="true"></i></a>
</div><!-- End Share --> </div><!-- End Share -->
</div> </div>
{% comment %}
{% include author-box.html %} {% include author-box.html %}
{% include recent-post.html %} {% include recent-post.html %}
{% include newsletter.html %} {% include newsletter.html %}
{% endcomment %}
{% include disqus.html %} {% include disqus.html %}
</div> </div>
</div> <!-- End Wrapper --> </div> <!-- End Wrapper -->

View File

@ -1,10 +1,25 @@
--- ---
author: Madison Scott-Clary
counts:
characters_real: 59486
characters_total: 72902
file: _posts/2016-01-26-qoheleth.md
paragraphs: 522
type: jekyll
words: 13236
description: Qoheleth is the story behind and the goal of an Alternate Reality Game,
or ARG, which took place in January, 2017, as part of Post-Self. As the readers
worked through the ARG, more parts of the story were revealed, until all five
were together. The full story is placed here, and further information about the
game itself is included as an introduction.
img: null
layout: post layout: post
title: "Qoheleth" tags:
description: Qoheleth is the story behind and the goal of an Alternate Reality Game, or ARG, which took place in January, 2017, as part of Post-Self. As the readers worked through the ARG, more parts of the story were revealed, until all five were together. The full story is placed here, and further information about the game itself is included as an introduction. - Post-Self
img: # Add image post (optional) - Short Story
tags: [Post-Self, Short Story, ARG, Rated G] - ARG
author: # Add name author (optional) - Rated G
title: Qoheleth
--- ---
This is Qoheleth in its entirety. During the process of running Qoheleth, each chapter was reveiled as a step of a puzzle that readers had to solve. There is more to this than is exposed here, but is primarily of a technical nature. For information on that, please see [the repository](https://github.com/makyo/qoheleth). This is Qoheleth in its entirety. During the process of running Qoheleth, each chapter was reveiled as a step of a puzzle that readers had to solve. There is more to this than is exposed here, but is primarily of a technical nature. For information on that, please see [the repository](https://github.com/makyo/qoheleth).

View File

@ -1,10 +1,21 @@
--- ---
author: Madison Scott-Clary
counts:
characters_real: 6871
characters_total: 8421
file: _posts/2016-12-26-assignment.md
paragraphs: 56
type: jekyll
words: 1512
description: Ioan Balan is a historian and blogger assigned to research a flash-cult.
Things go sideways, and he's left with more story than expected.
img: null
layout: post layout: post
title: "Assignment" tags:
description: Ioan Balan is a historian and blogger assigned to research a flash-cult. Things go sideways, and he's left with more story than expected. - Post-Self
img: # Add image post (optional) - Short Story
tags: [Post-Self, Short Story, Rated G] - Rated G
author: # Add name author (optional) title: Assignment
--- ---
The feeling of an instance merging state back with the tracker would never NOT make Ioan Balan#tracker uneasy. It wasn't the differences in experiences, those could be anticipated, so much as the tiny changes in identity that resulted. Having to internalize a slightly different version of yourself was too close to experiencing a doppelg&auml;nger. Or perhaps hanging with a sib, fresh home from a semester abroad. The feeling of an instance merging state back with the tracker would never NOT make Ioan Balan#tracker uneasy. It wasn't the differences in experiences, those could be anticipated, so much as the tiny changes in identity that resulted. Having to internalize a slightly different version of yourself was too close to experiencing a doppelg&auml;nger. Or perhaps hanging with a sib, fresh home from a semester abroad.

View File

@ -1,10 +1,21 @@
--- ---
author: Madison Scott-Clary
counts:
characters_real: 7968
characters_total: 9729
file: _posts/2017-01-23-apres-un-reve.md
paragraphs: 82
type: jekyll
words: 1735
description: A young woman reluctantly goes through with the uploading procedure,
risky though it is, to reconnect with her lover.
img: null
layout: post layout: post
tags:
- Post-Self
- Short Story
- Rated G
title: "Apr\xE8s un r\xEAve" title: "Apr\xE8s un r\xEAve"
description: A young woman reluctantly goes through with the uploading procedure, risky though it is, to reconnect with her lover.
img: # Add image post (optional)
tags: [Post-Self, Short Story, Rated G]
author: # Add name author (optional)
--- ---
> *Dans un sommeil que charmait ton image > *Dans un sommeil que charmait ton image

View File

@ -1,10 +1,22 @@
--- ---
author: Madison Scott-Clary
counts:
characters_real: 16414
characters_total: 20452
file: _posts/2017-05-08-the-fool.md
paragraphs: 168
type: jekyll
words: 3988
description: A student and a motherly badger explore questions of identity through
a tarot reading.
img: null
layout: post layout: post
tags:
- Sawtooth
- Short Story
- Furry
- Rated G
title: The Fool title: The Fool
description: A student and a motherly badger explore questions of identity through a tarot reading.
img: # Add image post (optional)
tags: [Sawtooth, Short Story, Furry, Rated G]
author: # Add name author (optional)
--- ---
The badger looms over a small table, the short sleeve of her smock tugged down toward the table by a glass candy thermometer. A deck of colorful cards rest neatly stacked on its surface. The badger looms over a small table, the short sleeve of her smock tugged down toward the table by a glass candy thermometer. A deck of colorful cards rest neatly stacked on its surface.

View File

@ -1,10 +1,22 @@
--- ---
author: Madison Scott-Clary
counts:
characters_real: 58318
characters_total: 72227
file: _posts/2017-09-03-overclassification.md
paragraphs: 507
type: jekyll
words: 13794
description: A chronically neat otter's life is thrown into disarray when she takes
a homeless ringtail in from the cold.
img: null
layout: post layout: post
tags:
- Sawtooth
- Short Story
- Furry
- Rated R
title: Overclassification title: Overclassification
description: A chronically neat otter's life is thrown into disarray when she takes a homeless ringtail in from the cold.
img: # Add image post (optional)
tags: [Sawtooth, Short Story, Furry, Rated R]
author: # Add name author (optional)
--- ---
"Some would say that the primary goal of folkloristics is one of anthropology, of understanding a culture's view of itself. I, naturally, disagree." Professor Haswell's voice droned on even in sleep, even these many years later. Dani hated it, hated these dreams. "Folkloristics works from the other direction. It constructs a semiotic niche out of so many *umwelten*..." "Some would say that the primary goal of folkloristics is one of anthropology, of understanding a culture's view of itself. I, naturally, disagree." Professor Haswell's voice droned on even in sleep, even these many years later. Dani hated it, hated these dreams. "Folkloristics works from the other direction. It constructs a semiotic niche out of so many *umwelten*..."

View File

@ -53,6 +53,13 @@ hr {
content: '§'; content: '§';
display: block; display: block;
} }
&.fin::before {
content: '~ Fin ~';
font-variant: small-caps;
display: block;
font-style: italic;
}
} }
img { img {

View File

@ -58,7 +58,7 @@
color: $light-purple; color: $light-purple;
} }
} }
.page-date { .page-meta {
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
text-transform: uppercase; text-transform: uppercase;