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 /big-dipper.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 'big-dipper.html')
-rw-r--r-- | big-dipper.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/big-dipper.html b/big-dipper.html index 806d406..f21e1a3 100644 --- a/big-dipper.html +++ b/big-dipper.html | |||
@@ -37,11 +37,10 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>After searching for days or even months<br />I finally find it reclining lazily<br /><a href="finding-the-lion.html">above the peaks</a> above the city as if to ask<br />Did you miss me? Yes very much I reply<br />and rush to embrace it but it smiles<br />and recoils and tells me No no you<br />have to try harder than that it says<br />I do not give myself up so easily</p> | 41 | <section class="content verse"><p>After searching for days or even months<br />I finally find it reclining lazily<br /><a href="finding-the-lion.html">above the peaks</a> above the city as if to ask<br />Did you miss me? Yes very much I reply<br />and rush to embrace it but it smiles<br />and recoils and tells me No no you<br />have to try harder than that it says<br />I do not give myself up so easily</p> |
42 | <p>I try a different tack<br />I sing to it bring it flowers nightly<br />I compare its eyes to the morning dew<br />it has not seen the morning dew<br />I say its mouth is the sunset over mountains<br />it knows mountains but the sunset<br />is only a rumor from the Evening Star<br />I tell the Big Dipper that it moves<br /><a href="no-nothing.html">like a quiet river across the earth</a></p> | 42 | <p>I try a different tack<br />I sing to it bring it flowers nightly<br />I compare its eyes to the morning dew<br />it has not seen the morning dew<br />I say its mouth is the sunset over mountains<br />it knows mountains but the sunset<br />is only a rumor from the Evening Star<br />I tell the Big Dipper that it moves<br /><a href="no-nothing.html">like a quiet river across the earth</a></p> |
43 | <p>Rivers I have seen says the Big Dipper<br />they sparkle in the light from my stars<br />Your stars like eyes I say and it smiles<br /><a href="http://www.poets.org/poetsorg/poem/writer">No it says that is too easy</a><br />It turns its back<br />it walks home along the back of the mountain</p> | 43 | <p>Rivers I have seen says the Big Dipper<br />they sparkle in the light from my stars<br />Your stars like eyes I say and it smiles<br /><a href="http://www.poets.org/poetsorg/poem/writer">No it says that is too easy</a><br />It turns its back<br />it walks home along the back of the mountain</p></section> |
44 | </section> | ||
45 | </article> | 44 | </article> |
46 | <nav> | 45 | <nav> |
47 | <a class="prevlink" href="death-zone.html" | 46 | <a class="prevlink" href="death-zone.html" |