diff options
author | Case Duckworth | 2015-03-12 13:01:16 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 13:01:16 -0700 |
commit | 2764ce38ff89667fc4073fb66cdd634caaffd613 (patch) | |
tree | 2b574940d00219cddba222222ee2ae13d49ea644 /seasonal-affective-disorder.html | |
parent | Remove lua cruft (diff) | |
download | autocento-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 'seasonal-affective-disorder.html')
-rw-r--r-- | seasonal-affective-disorder.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index 0cd4ea4..79e39fe 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html | |||
@@ -37,15 +37,14 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>On your desk I set a tangerine:<br />a relic of a <a href="january.html">winter</a> quickly passing.</p> | 41 | <section class="content verse"><p>On your desk I set a tangerine:<br />a relic of a <a href="january.html">winter</a> quickly passing.</p> |
42 | <p>I’m reminded, fiercely, of a summer:<br />I watched the <a href="death-zone.html">cemetery grass</a> on my stomach.</p> | 42 | <p>I’m reminded, fiercely, of a summer:<br />I watched the <a href="death-zone.html">cemetery grass</a> on my stomach.</p> |
43 | <p>You hate the wind <a href="building.html">blowing through buildings</a>:<br />the coldness of fire, blister of a mountain stream.</p> | 43 | <p>You hate the wind <a href="building.html">blowing through buildings</a>:<br />the coldness of fire, blister of a mountain stream.</p> |
44 | <p>When you broke down that night: your aunt / you<br />never have been / <a href="the-night-we-met.html">you shook that night</a> /</p> | 44 | <p>When you broke down that night: your aunt / you<br />never have been / <a href="the-night-we-met.html">you shook that night</a> /</p> |
45 | <p>Seasonal affective disorder is real: you<br /><a href="last-bastion.html">mutter under your breath on the highway</a>.</p> | 45 | <p>Seasonal affective disorder is real: you<br /><a href="last-bastion.html">mutter under your breath on the highway</a>.</p> |
46 | <p>The ant carries an orange peel past a headstone:<br />it carries her nearly as often.</p> | 46 | <p>The ant carries an orange peel past a headstone:<br />it carries her nearly as often.</p> |
47 | <p>I set a tangerine on your desk:<br />an engagement ring, winter-returned.</p> | 47 | <p>I set a tangerine on your desk:<br />an engagement ring, winter-returned.</p></section> |
48 | </section> | ||
49 | </article> | 48 | </article> |
50 | <nav> | 49 | <nav> |
51 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 50 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |