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 /apollo11.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 'apollo11.html')
-rw-r--r-- | apollo11.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/apollo11.html b/apollo11.html index cf528e8..e749115 100644 --- a/apollo11.html +++ b/apollo11.html | |||
@@ -37,14 +37,13 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>So it’s the <a href="deathstrumpet.html">fucking moon</a>. Big deal. As if<br />you haven’t seen it before, hanging in the sky<br />like a piece of <a href="roughgloves.html">rotten meat</a> nailed to the wall,</p> | 41 | <section class="content verse"><p>So it’s the <a href="deathstrumpet.html">fucking moon</a>. Big deal. As if<br />you haven’t seen it before, hanging in the sky<br />like a piece of <a href="roughgloves.html">rotten meat</a> nailed to the wall,</p> |
42 | <p>a maudlin love letter (the i’s dotted with <a href="proverbs.html">hearts</a>)<br />tacked to the sky’s door like ninety-eight theses.<br />Don’t stare at it like it means anything.</p> | 42 | <p>a maudlin love letter (the i’s dotted with <a href="proverbs.html">hearts</a>)<br />tacked to the sky’s door like ninety-eight theses.<br />Don’t stare at it like it means anything.</p> |
43 | <p>Don’t give it the chance to collect meaning<br />from your hand like an old pigeon. Don’t dare ascribe<br />it a will, or call it fickle, or think it has any say</p> | 43 | <p>Don’t give it the chance to collect meaning<br />from your hand like an old pigeon. Don’t dare ascribe<br />it a will, or call it fickle, or think it has any say</p> |
44 | <p>in your affairs. It’s separated from your life<br />by three hundred eighty-four thousand miles of space,<br />the same distance you stepped away from time that night</p> | 44 | <p>in your affairs. It’s separated from your life<br />by three hundred eighty-four thousand miles of space,<br />the same distance you stepped away from time that night</p> |
45 | <p>you said your love was broken, a crippled gyroscope<br />knocking in the dark. It was then that time fell apart,<br />had a nervous breakdown and started following you</p> | 45 | <p>you said your love was broken, a crippled gyroscope<br />knocking in the dark. It was then that time fell apart,<br />had a nervous breakdown and started following you</p> |
46 | <p>everywhere, moonfaced, always asking where you’re going.<br />You keep trying to get away from it but it nuzzles closer<br />and sings you songs that sound like the cooing of a dove<br />that will only escape again into an empty sky at dawn.</p> | 46 | <p>everywhere, moonfaced, always asking where you’re going.<br />You keep trying to get away from it but it nuzzles closer<br />and sings you songs that sound like the cooing of a dove<br />that will only escape again into an empty sky at dawn.</p></section> |
47 | </section> | ||
48 | </article> | 47 | </article> |
49 | <nav> | 48 | <nav> |
50 | <a class="prevlink" href="and.html" | 49 | <a class="prevlink" href="and.html" |