Counts
This commit is contained in:
25
Makefile
Normal file
25
Makefile
Normal 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
|
||||
@ -13,9 +13,19 @@ layout: default
|
||||
<div class="page-content">
|
||||
<div class="header-page">
|
||||
<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 %} • {{ page.counts.words }} words • {{ 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>
|
||||
{{page.content | markdownify}}
|
||||
<hr class="fin" />
|
||||
<div class="page-footer">
|
||||
<div class="page-tag">
|
||||
<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>
|
||||
</div><!-- End Share -->
|
||||
</div>
|
||||
{% comment %}
|
||||
{% include author-box.html %}
|
||||
{% include recent-post.html %}
|
||||
{% include newsletter.html %}
|
||||
{% endcomment %}
|
||||
{% include disqus.html %}
|
||||
</div>
|
||||
</div> <!-- End Wrapper -->
|
||||
|
||||
@ -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
|
||||
title: "Qoheleth"
|
||||
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: # Add image post (optional)
|
||||
tags: [Post-Self, Short Story, ARG, Rated G]
|
||||
author: # Add name author (optional)
|
||||
tags:
|
||||
- Post-Self
|
||||
- Short Story
|
||||
- ARG
|
||||
- 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).
|
||||
|
||||
@ -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
|
||||
title: "Assignment"
|
||||
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: # Add image post (optional)
|
||||
tags: [Post-Self, Short Story, Rated G]
|
||||
author: # Add name author (optional)
|
||||
tags:
|
||||
- Post-Self
|
||||
- Short Story
|
||||
- Rated G
|
||||
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änger. Or perhaps hanging with a sib, fresh home from a semester abroad.
|
||||
|
||||
@ -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
|
||||
tags:
|
||||
- Post-Self
|
||||
- Short Story
|
||||
- Rated G
|
||||
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
|
||||
|
||||
@ -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
|
||||
tags:
|
||||
- Sawtooth
|
||||
- Short Story
|
||||
- Furry
|
||||
- Rated G
|
||||
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.
|
||||
|
||||
@ -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
|
||||
tags:
|
||||
- Sawtooth
|
||||
- Short Story
|
||||
- Furry
|
||||
- Rated R
|
||||
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*..."
|
||||
|
||||
@ -53,6 +53,13 @@ hr {
|
||||
content: '§';
|
||||
display: block;
|
||||
}
|
||||
|
||||
&.fin::before {
|
||||
content: '~ Fin ~';
|
||||
font-variant: small-caps;
|
||||
display: block;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
color: $light-purple;
|
||||
}
|
||||
}
|
||||
.page-date {
|
||||
.page-meta {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user