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 /dream.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 'dream.html')
-rw-r--r-- | dream.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dream.html b/dream.html index 3c4839f..0921ead 100644 --- a/dream.html +++ b/dream.html | |||
@@ -37,13 +37,12 @@ | |||
37 | 37 | ||
38 | </header> | 38 | </header> |
39 | 39 | ||
40 | <section class="content prose"> | 40 | |
41 | <p>It had gotten cold. He went to lay down <a href="in-bed.html">in bed</a> with a pad and paper. He began to write. Although he hadn’t tried it much in bed before, he liked it mostly. His arm got tired journeying across the page like a series of switchbacks down the wall of the Grand Canyon. He wrote this down in the margin, for later:</p> | 41 | <section class="content prose"><p>It had gotten cold. He went to lay down <a href="in-bed.html">in bed</a> with a pad and paper. He began to write. Although he hadn’t tried it much in bed before, he liked it mostly. His arm got tired journeying across the page like a series of switchbacks down the wall of the Grand Canyon. He wrote this down in the margin, for later:</p> |
42 | <p><em>Arm journeying across<br />the pg. like a<br />series of switch-<br />backs down the wall<br />of the Grand Canyon</em></p> | 42 | <p><em>Arm journeying across<br />the pg. like a<br />series of switch-<br />backs down the wall<br />of the Grand Canyon</em></p> |
43 | <p>His arm began to pain him. He adjusted his position in the bed. It didn’t help much with the pain. It still hurt as he wrote. He began to be distracted by his mother’s music playing in the next room.</p> | 43 | <p>His arm began to pain him. He adjusted his position in the bed. It didn’t help much with the pain. It still hurt as he wrote. He began to be distracted by his mother’s music playing in the next room.</p> |
44 | <p>“Could you turn that down please” he hollered across the wall to his mother. She made no reply (<a href="music-433.html">music too loud</a>). He gave his arm a break to look at what he’d written. He couldn’t make heads or tails of it. It looked like Arabic.</p> | 44 | <p>“Could you turn that down please” he hollered across the wall to his mother. She made no reply (<a href="music-433.html">music too loud</a>). He gave his arm a break to look at what he’d written. He couldn’t make heads or tails of it. It looked like Arabic.</p> |
45 | <p>He woke up gasping in a sweat.</p> | 45 | <p>He woke up gasping in a sweat.</p></section> |
46 | </section> | ||
47 | </article> | 46 | </article> |
48 | <nav> | 47 | <nav> |
49 | <a class="prevlink" href="underwear.html" | 48 | <a class="prevlink" href="underwear.html" |