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 /finding-the-lion.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 'finding-the-lion.html')
-rw-r--r-- | finding-the-lion.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/finding-the-lion.html b/finding-the-lion.html index 0dd9173..9d33df7 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html | |||
@@ -37,14 +37,13 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>Tonight, as I look up, the stars<br />hide themselves in shame. <a href="moongone.html">There is no moon</a>.<br />The sky is black, like my desk,</p> | 41 | <section class="content verse"><p>Tonight, as I look up, the stars<br />hide themselves in shame. <a href="moongone.html">There is no moon</a>.<br />The sky is black, like my desk,</p> |
42 | <p><a href="feedingtheraven.html">nothing like a raven</a>. The streetlights<br />look on the scene disinterested.<br />They have their own <a href="the-night-we-met.html">small gossips of the dark</a>.</p> | 42 | <p><a href="feedingtheraven.html">nothing like a raven</a>. The streetlights<br />look on the scene disinterested.<br />They have their own <a href="the-night-we-met.html">small gossips of the dark</a>.</p> |
43 | <p>I came here to find the Lion, old<br />friend, but he will not show his flanks, his<br />paws, his shoulders, <a href="axe.html">his mane</a>. I</p> | 43 | <p>I came here to find the Lion, old<br />friend, but he will not show his flanks, his<br />paws, his shoulders, <a href="axe.html">his mane</a>. I</p> |
44 | <p>can hear him laughing from his hiding-place<br />behind the moon, nonexistent, under<br />the cold dead earth. The mountain is in front</p> | 44 | <p>can hear him laughing from his hiding-place<br />behind the moon, nonexistent, under<br />the cold dead earth. The mountain is in front</p> |
45 | <p>of me now, a hole of stars daring me<br />to pierce it with my sight. The lion’s still<br />laughing; the streetlamps talk about</p> | 45 | <p>of me now, a hole of stars daring me<br />to pierce it with my sight. The lion’s still<br />laughing; the streetlamps talk about</p> |
46 | <p>me amongst themselves, and go out. There<br />never was any lion, they tell me.<br /><a href="cold-wind.html">You only hear the wind</a> <a href="mountain.html">on the mountain</a>.</p> | 46 | <p>me amongst themselves, and go out. There<br />never was any lion, they tell me.<br /><a href="cold-wind.html">You only hear the wind</a> <a href="mountain.html">on the mountain</a>.</p></section> |
47 | </section> | ||
48 | </article> | 47 | </article> |
49 | <nav> | 48 | <nav> |
50 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |