about summary refs log tree commit diff stats
path: root/i-think-its-you.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 /i-think-its-you.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 'i-think-its-you.html')
-rw-r--r--i-think-its-you.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/i-think-its-you.html b/i-think-its-you.html index f16fee5..aa1eba6 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html
@@ -42,10 +42,9 @@
42 42
43 </header> 43 </header>
44 44
45 <section class="content verse"> 45
46 <p>I thought I saw you walking<br />to the bus stop but it was only<br />a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing<br />like your footsteps (as they pound<br />down the hallway toward my bedroom)<br />his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your<br />legs (running on the wrong side<br />of the road away from my house)<br />I think the one resemblance was the eyes</p> 46 <section class="content verse"><p>I thought I saw you walking<br />to the bus stop but it was only<br />a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing<br />like your footsteps (as they pound<br />down the hallway toward my bedroom)<br />his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your<br />legs (running on the wrong side<br />of the road away from my house)<br />I think the one resemblance was the eyes</p>
47 <p>But that’s too easy<br />It’s just that I was thinking<br />of you and a raven flew by<br />(maybe it was a <a href="stump.html">crow</a>)</p> 47<p>But that’s too easy<br />It’s just that I was thinking<br />of you and a raven flew by<br />(maybe it was a <a href="stump.html">crow</a>)</p></section>
48 </section>
49 </article> 48 </article>
50 <nav> 49 <nav>
51 <a class="prevlink" href="boy_bus.html" 50 <a class="prevlink" href="boy_bus.html"