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 /found-typewriter-poem.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 'found-typewriter-poem.html')
-rw-r--r-- | found-typewriter-poem.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index 1720ea1..d3eaf93 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html | |||
@@ -42,11 +42,10 @@ | |||
42 | 42 | ||
43 | </header> | 43 | </header> |
44 | 44 | ||
45 | <section class="content verse"> | 45 | |
46 | <p>Look, I say—look here—<br />at this <a href="planks.html">old place<br />where nothing changes</a>.<br />Look at the people<br />who pass by. Look at<br />the trees. The flowers<br />full of wanting: look<br /><a href="squirrel.html">how full they are</a> with<br />color. Look how they mock<br />us, empty people who<br />must fill themselves<br />with changes—emptiness.</p> | 46 | <section class="content verse"><p>Look, I say—look here—<br />at this <a href="planks.html">old place<br />where nothing changes</a>.<br />Look at the people<br />who pass by. Look at<br />the trees. The flowers<br />full of wanting: look<br /><a href="squirrel.html">how full they are</a> with<br />color. Look how they mock<br />us, empty people who<br />must fill themselves<br />with changes—emptiness.</p> |
47 | <p>“<a href="elegeyforanalternateself.html">There is nothing</a> to be<br />but happy. <a href="no-nothing.html">There is no</a><br />sadness to fall down<br />like cherry petals.”</p> | 47 | <p>“<a href="elegeyforanalternateself.html">There is nothing</a> to be<br />but happy. <a href="no-nothing.html">There is no</a><br />sadness to fall down<br />like cherry petals.”</p> |
48 | <p>The <a href="plant.html">trees don’t under-<br />stand:</a> they are too<br />tall to see the germ<br />of discontent in us.</p> | 48 | <p>The <a href="plant.html">trees don’t under-<br />stand:</a> they are too<br />tall to see the germ<br />of discontent in us.</p></section> |
49 | </section> | ||
50 | </article> | 49 | </article> |
51 | <nav> | 50 | <nav> |
52 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 51 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |