about summary refs log tree commit diff stats
path: root/boar.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 13:01:16 -0700
committerCase Duckworth2015-03-12 13:01:16 -0700
commit2764ce38ff89667fc4073fb66cdd634caaffd613 (patch)
tree2b574940d00219cddba222222ee2ae13d49ea644 /boar.html
parentRemove lua cruft (diff)
downloadautocento-2764ce38ff89667fc4073fb66cdd634caaffd613.tar.gz
autocento-2764ce38ff89667fc4073fb66cdd634caaffd613.zip
Fix #9 - ekphrastisize some poems
For ekphrastic articles, add `ekphrastic` node to YAML metadata.
This node includes subnodes `image`, `title`, `alt`, `link`, and `class`.
`image` provides a link to the local image--just include the file name
with the extension, not the folder (all images should be in /img/.)
`title` provides the title of the image, and the alt-text, if there
is no `alt` node.
`alt`, if it exists, provides the alt text for the image.
`link`, if present, wraps the image in an `<a>` tag--it should point
to the source web page of the ekphrastic image.
`class`, if present, sets the class(es) for the image, for styling.

In this commit, I've set `ekphrastic` on the four articles that have
them so far: 'The Death Zone,' 'AMBER alert,' 'The moon is gone,' and
'Man.' I've also updated .template.html with the changes, and updated
README.md to reflect the changes in YAML structure.
Diffstat (limited to 'boar.html')
-rw-r--r--boar.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/boar.html b/boar.html index fadbd55..152f0fe 100644 --- a/boar.html +++ b/boar.html
@@ -37,13 +37,12 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content verse"> 40
41 <p>Now the ticking clocks scare me.<br />The <a href="mountain.html">empty</a> rooms, clock towers, belfries;<br />I am terrified by them all.</p> 41 <section class="content verse"><p>Now the ticking clocks scare me.<br />The <a href="mountain.html">empty</a> rooms, clock towers, belfries;<br />I am terrified by them all.</p>
42 <p>I really used to enjoy going to church,<br />singing in the choir, listening to the sermon.<br />Now the chairs squeal like dying pigs—</p> 42<p>I really used to enjoy going to church,<br />singing in the choir, listening to the sermon.<br />Now the chairs squeal like dying pigs—</p>
43 <p>It was the boar that did it.<br /><a href="telemarketer.html">Fifteen feet</a> from me that night<br />in the grass, rooting for God<br />knows what, finding me instead.</p> 43<p>It was the boar that did it.<br /><a href="telemarketer.html">Fifteen feet</a> from me that night<br />in the grass, rooting for God<br />knows what, finding me instead.</p>
44 <p>I ran, not knowing where or how,<br />not looking for his pursuit of me.<br />I ran to God’s front door, found<br />it locked, found the <a href="i-am.html">house</a> empty</p> 44<p>I ran, not knowing where or how,<br />not looking for his pursuit of me.<br />I ran to God’s front door, found<br />it locked, found the <a href="i-am.html">house</a> empty</p>
45 <p>with a note saying, “Condemned.”</p> 45<p>with a note saying, “Condemned.”</p></section>
46 </section>
47 </article> 46 </article>
48 <nav> 47 <nav>
49 <a class="prevlink" href="theoceanoverflowswithcamels.html" 48 <a class="prevlink" href="theoceanoverflowswithcamels.html"