about summary refs log tree commit diff stats
path: root/deadman.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 /deadman.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 'deadman.html')
-rw-r--r--deadman.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/deadman.html b/deadman.html index bc31871..f7a23f8 100644 --- a/deadman.html +++ b/deadman.html
@@ -37,9 +37,8 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content verse"> 40
41 <p>A dead man finds his way into our <a href="words-meaning.html">hearts</a><br />simply by opening the door and walking in.<br />He pours himself a drink, speaks aimlessly<br />about hunting or some bats he saw<br />on the way over, wheeling around each other.<br />Look how <a href="moongone.html">they spin</a>, he says, it’s like the<br />ripples atoms make as they hurl past each other<br />in the space between their bodies.<br />We mention the eels at the aquarium, how<br />their bodies <a href="spittle.html">knot while mating</a>. The dead man<br />was a boyscout once, and tied a lot of knots.<br />His favorite was the one with the rabbit<br />and the hole, and the rabbit going in and out<br />and around the tree. The dead man liked it<br />because he liked to pretend that the rabbit<br />was running from a fox, and the rabbit<br />always ended up safe, back in his hole.</p> 41 <section class="content verse"><p>A dead man finds his way into our <a href="words-meaning.html">hearts</a><br />simply by opening the door and walking in.<br />He pours himself a drink, speaks aimlessly<br />about hunting or some bats he saw<br />on the way over, wheeling around each other.<br />Look how <a href="moongone.html">they spin</a>, he says, it’s like the<br />ripples atoms make as they hurl past each other<br />in the space between their bodies.<br />We mention the eels at the aquarium, how<br />their bodies <a href="spittle.html">knot while mating</a>. The dead man<br />was a boyscout once, and tied a lot of knots.<br />His favorite was the one with the rabbit<br />and the hole, and the rabbit going in and out<br />and around the tree. The dead man liked it<br />because he liked to pretend that the rabbit<br />was running from a fox, and the rabbit<br />always ended up safe, back in his hole.</p></section>
42 </section>
43 </article> 42 </article>
44 <nav> 43 <nav>
45 <a class="prevlink" href="boar.html" 44 <a class="prevlink" href="boar.html"