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 /music-433.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 'music-433.html')
-rw-r--r-- | music-433.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/music-433.html b/music-433.html index a09efdf..7298264 100644 --- a/music-433.html +++ b/music-433.html | |||
@@ -39,14 +39,13 @@ | |||
39 | <div class="dedication"><a href="https://xkcd.com/1199/">Randall</a></div> | 39 | <div class="dedication"><a href="https://xkcd.com/1199/">Randall</a></div> |
40 | </header> | 40 | </header> |
41 | 41 | ||
42 | <section class="content verse"> | 42 | |
43 | <p>Silence lies underneath us all in the same way<br />the Nile has a river underneath ten times as large<br />(although this is an urban legend, apparently).</p> | 43 | <section class="content verse"><p>Silence lies underneath us all in the same way<br />the Nile has a river underneath ten times as large<br />(although this is an urban legend, apparently).</p> |
44 | <p>So underneath <a href="phone.html">truth</a> or legend, flowing by<br />the feel of their own <a href="nothing-is-ever-over.html">silence</a>, move the stars:<br />silence lies underneath us all in the same way.</p> | 44 | <p>So underneath <a href="phone.html">truth</a> or legend, flowing by<br />the feel of their own <a href="nothing-is-ever-over.html">silence</a>, move the stars:<br />silence lies underneath us all in the same way.</p> |
45 | <p><a href="https://www.youtube.com/watch?feature=player_detailpage&v=zY7UK-6aaNA#t=39">John Cage</a>, I think, understood this: the way<br />that, in a silent room, one still hears the nerves<br />(although this is an urban legend, apparently),</p> | 45 | <p><a href="https://www.youtube.com/watch?feature=player_detailpage&v=zY7UK-6aaNA#t=39">John Cage</a>, I think, understood this: the way<br />that, in a silent room, one still hears the nerves<br />(although this is an urban legend, apparently),</p> |
46 | <p>or the heart, which I find more easily<br />believable: there simply is no way that, by and large,<br />silence lies underneath us all in the same way.</p> | 46 | <p>or the heart, which I find more easily<br />believable: there simply is no way that, by and large,<br />silence lies underneath us all in the same way.</p> |
47 | <p>There must be different silences, because we<br />have different <a href="swansong.html">songs</a> to drown them out, different gods<br />(although these are urban legends, apparently).</p> | 47 | <p>There must be different silences, because we<br />have different <a href="swansong.html">songs</a> to drown them out, different gods<br />(although these are urban legends, apparently).</p> |
48 | <p>But is not all <a href="swansong-alt.html">sound one sound</a>? You and I<br />are two faces to the same head, the same body.<br />Silence lies underneath us all in the same way—<br />although this is an urban legend, apparently.</p> | 48 | <p>But is not all <a href="swansong-alt.html">sound one sound</a>? You and I<br />are two faces to the same head, the same body.<br />Silence lies underneath us all in the same way—<br />although this is an urban legend, apparently.</p></section> |
49 | </section> | ||
50 | </article> | 49 | </article> |
51 | <nav> | 50 | <nav> |
52 | <a class="prevlink" href="moon-drowning.html" | 51 | <a class="prevlink" href="moon-drowning.html" |