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 /angeltoabraham.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 'angeltoabraham.html')
-rw-r--r-- | angeltoabraham.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/angeltoabraham.html b/angeltoabraham.html index b4ecdeb..9489c75 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html | |||
@@ -37,12 +37,11 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>Abraham, Abraham, you are old and cannot hear:<br />what if you miss my small voice amongst the creaking<br />of your own grief, kill your son unknowing<br />of what he will be, and commit Israel to nothing?</p> | 41 | <section class="content verse"><p>Abraham, Abraham, you are old and cannot hear:<br />what if you miss my small voice amongst the creaking<br />of your own grief, kill your son unknowing<br />of what he will be, and commit Israel to nothing?</p> |
42 | <p>Abraham, you must know or hope that <a href="boar.html">God</a><br />will not allow your son to die; you must know<br />that this is a test, but then why<br />are you so bent on Isaac’s destruction?<br />Look at your eyes; there is more than fear<br />there. I see in your eyes desperation,<br />a manic passion to do right by your God<br />whom you are not able to see or know.</p> | 42 | <p>Abraham, you must know or hope that <a href="boar.html">God</a><br />will not allow your son to die; you must know<br />that this is a test, but then why<br />are you so bent on Isaac’s destruction?<br />Look at your eyes; there is more than fear<br />there. I see in your eyes desperation,<br />a manic passion to do right by your God<br />whom you are not able to see or know.</p> |
43 | <p>Am I too late? I <a href="i-am.html">will try</a> to stay<br />your old hands, the knife clenched<br />within them, intent on ending life.</p> | 43 | <p>Am I too late? I <a href="i-am.html">will try</a> to stay<br />your old hands, the knife clenched<br />within them, intent on ending life.</p> |
44 | <p>Will you hear my small voice amongst the creaking,<br />or will it be the chance bleating of a passing ram?</p> | 44 | <p>Will you hear my small voice amongst the creaking,<br />or will it be the chance bleating of a passing ram?</p></section> |
45 | </section> | ||
46 | </article> | 45 | </article> |
47 | <nav> | 46 | <nav> |
48 | <a class="prevlink" href="deadman.html" | 47 | <a class="prevlink" href="deadman.html" |