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 /the-sea_the-beach.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 'the-sea_the-beach.html')
-rw-r--r-- | the-sea_the-beach.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/the-sea_the-beach.html b/the-sea_the-beach.html index b14d970..96ade1d 100644 --- a/the-sea_the-beach.html +++ b/the-sea_the-beach.html | |||
@@ -37,13 +37,12 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content verse"> | 40 | |
41 | <p>Waiting for a reading to start<br />when there’s nobody coming anyway<br />is like waiting <a href="cold-wind.html">for the tide</a><br />to make some meaning of the beach.</p> | 41 | <section class="content verse"><p>Waiting for a reading to start<br />when there’s nobody coming anyway<br />is like waiting <a href="cold-wind.html">for the tide</a><br />to make some meaning of the beach.</p> |
42 | <p>The sea doesn’t know or care<br />what the beach even is, let alone<br />its cares or its troubles, its<br />little nagging under-the-skin annoyances<br /><a href="real-writer.html">that make the beach the beach</a>.</p> | 42 | <p>The sea doesn’t know or care<br />what the beach even is, let alone<br />its cares or its troubles, its<br />little nagging under-the-skin annoyances<br /><a href="real-writer.html">that make the beach the beach</a>.</p> |
43 | <p>Sandworms, for example, or those crabs<br />with big pincers on one side<br />but not the other. Those really get<br />the beach’s gander up, but the sea<br />doesn’t care. The sea</p> | 43 | <p>Sandworms, for example, or those crabs<br />with big pincers on one side<br />but not the other. Those really get<br />the beach’s gander up, but the sea<br />doesn’t care. The sea</p> |
44 | <p>only wants to <a href="plant.html">caress</a> the beach<br />with its <a href="something-simple.html">soft arms</a>, to tell the beach<br />how much it’s loved by the sea,<br />that complex of water, salt, and<br />the moon’s gravity, the mercury<br />rising up and down slowly, like a <a href="serengeti.html">yawn</a>.</p> | 44 | <p>only wants to <a href="plant.html">caress</a> the beach<br />with its <a href="something-simple.html">soft arms</a>, to tell the beach<br />how much it’s loved by the sea,<br />that complex of water, salt, and<br />the moon’s gravity, the mercury<br />rising up and down slowly, like a <a href="serengeti.html">yawn</a>.</p> |
45 | <p>The sea only cares about itself.<br />The beach lays there and takes it.</p> | 45 | <p>The sea only cares about itself.<br />The beach lays there and takes it.</p></section> |
46 | </section> | ||
47 | </article> | 46 | </article> |
48 | <nav> | 47 | <nav> |
49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |