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 /hard-game.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 'hard-game.html')
-rw-r--r-- | hard-game.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/hard-game.html b/hard-game.html index 22a39bb..e586a1c 100644 --- a/hard-game.html +++ b/hard-game.html | |||
@@ -39,14 +39,13 @@ | |||
39 | <div class="dedication">Jim Henson</div> | 39 | <div class="dedication">Jim Henson</div> |
40 | </header> | 40 | </header> |
41 | 41 | ||
42 | <section class="content verse"> | 42 | |
43 | <p>You think building Hoggle’s a hard game?<br />You know bunk. Writing a ghazal’s a hard game.</p> | 43 | <section class="content verse"><p>You think building Hoggle’s a hard game?<br />You know bunk. Writing a ghazal’s a hard game.</p> |
44 | <p>Let’s meet in a place where words & fabric play—<br />but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</p> | 44 | <p>Let’s meet in a place where words & fabric play—<br />but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</p> |
45 | <p>A cookout where we can hash our differences<br />over steak, though making it sizzle’s a hard game.</p> | 45 | <p>A cookout where we can hash our differences<br />over steak, though making it sizzle’s a hard game.</p> |
46 | <p>Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare<br />shoulders, or a bar. Being wastrel’s a hard game.</p> | 46 | <p>Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare<br />shoulders, or a bar. Being wastrel’s a hard game.</p> |
47 | <p>Maybe we could switch professions, you and I,<br />you write the poems, I’ll puppet Fozzie—a hard game.</p> | 47 | <p>Maybe we could switch professions, you and I,<br />you write the poems, I’ll puppet Fozzie—a hard game.</p> |
48 | <p>When you call me, you never say my name.<br />Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</p> | 48 | <p>When you call me, you never say my name.<br />Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</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> |