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 /swansong-alt.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 'swansong-alt.html')
-rw-r--r-- | swansong-alt.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/swansong-alt.html b/swansong-alt.html index a2c6e57..793a0ee 100644 --- a/swansong-alt.html +++ b/swansong-alt.html | |||
@@ -37,9 +37,8 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>This poem is dry like <a href="time-looks-up-to-the-sky.html">chapped lips</a>.<br /><a href="no-nothing.html">It is hard as teeth</a>—hear the tapping?<br />It is the swan song of beauty, as all<br />swan songs are. <a href="poetry-time.html">Reading</a> it, you are<br />puzzled, perhaps a little repulsed.<br />Swans do not have teeth, nor do they sing.<br />A honking over the cliff is all<br />they can do, and that they do<br />badly. You don’t know where I’m going.<br />You want to tell me, <a href="about-the-author.html">You are not you</a>.<br /><a href="swansong.html">You are the air the swan walks on.</a><br />You are the fringe of the curtain<br /><a href="elegyforanalternateself.html">that separates me from you</a>. I say<br />that you are no longer the temple,<br />that you have been through <a href="fire.html">fire</a><br />and are now less than ash. You are<br />the subtraction of yourself from<br />the world, <a href="finding-the-lion.html">the air without a swan</a>.<br />Together, we are each other. You<br />and I have both nothing and everything<br />at once, we own the world and nothing in it.</p> | 41 | <section class="content verse"><p>This poem is dry like <a href="time-looks-up-to-the-sky.html">chapped lips</a>.<br /><a href="no-nothing.html">It is hard as teeth</a>—hear the tapping?<br />It is the swan song of beauty, as all<br />swan songs are. <a href="poetry-time.html">Reading</a> it, you are<br />puzzled, perhaps a little repulsed.<br />Swans do not have teeth, nor do they sing.<br />A honking over the cliff is all<br />they can do, and that they do<br />badly. You don’t know where I’m going.<br />You want to tell me, <a href="about-the-author.html">You are not you</a>.<br /><a href="swansong.html">You are the air the swan walks on.</a><br />You are the fringe of the curtain<br /><a href="elegyforanalternateself.html">that separates me from you</a>. I say<br />that you are no longer the temple,<br />that you have been through <a href="fire.html">fire</a><br />and are now less than ash. You are<br />the subtraction of yourself from<br />the world, <a href="finding-the-lion.html">the air without a swan</a>.<br />Together, we are each other. You<br />and I have both nothing and everything<br />at once, we own the world and nothing in it.</p></section> |
42 | </section> | ||
43 | </article> | 42 | </article> |
44 | <nav> | 43 | <nav> |
45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |