about summary refs log tree commit diff stats
path: root/paul.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 13:01:16 -0700
committerCase Duckworth2015-03-12 13:01:16 -0700
commit2764ce38ff89667fc4073fb66cdd634caaffd613 (patch)
tree2b574940d00219cddba222222ee2ae13d49ea644 /paul.html
parentRemove lua cruft (diff)
downloadautocento-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 'paul.html')
-rw-r--r--paul.html65
1 files changed, 32 insertions, 33 deletions
diff --git a/paul.html b/paul.html index dfd2e28..7428d30 100644 --- a/paul.html +++ b/paul.html
@@ -37,39 +37,38 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content prose"> 40
41 <blockquote> 41 <section class="content prose"><blockquote>
42 <p>CONTENTS OF THE SHED</p> 42<p>CONTENTS OF THE SHED</p>
43 <ul> 43<ul>
44 <li>typewriter</li> 44<li>typewriter</li>
45 <li>writing desk</li> 45<li>writing desk</li>
46 <li>notecards (top drawer of desk)</li> 46<li>notecards (top drawer of desk)</li>
47 <li><a href="howithappened.html">pen</a> (fountain)</li> 47<li><a href="howithappened.html">pen</a> (fountain)</li>
48 <li>inkpot (empty)</li> 48<li>inkpot (empty)</li>
49 <li>wood (a lot, more out back)</li> 49<li>wood (a lot, more out back)</li>
50 <li>bare lightbulb</li> 50<li>bare lightbulb</li>
51 <li>candle</li> 51<li>candle</li>
52 <li>wooden shelf with tools: 52<li>wooden shelf with tools:
53 <ul> 53<ul>
54 <li>claw hammer</li> 54<li>claw hammer</li>
55 <li>screwdriver</li> 55<li>screwdriver</li>
56 <li>prybar</li> 56<li>prybar</li>
57 <li>2x wrench (different kinds)</li> 57<li>2x wrench (different kinds)</li>
58 </ul></li> 58</ul></li>
59 <li>tiller machine</li> 59<li>tiller machine</li>
60 <li>push lawnmower</li> 60<li>push lawnmower</li>
61 <li>hatchet</li> 61<li>hatchet</li>
62 <li>axe</li> 62<li>axe</li>
63 </ul> 63</ul>
64 </blockquote> 64</blockquote>
65 <p>He typed the list in the typewriter and looked around some more. He wanted to make sure he didn’t miss anything. Finally it hit him and he smiled. He typed one more line, stood up, and went out of the shed.</p> 65<p>He typed the list in the typewriter and looked around some more. He wanted to make sure he didn’t miss anything. Finally it hit him and he smiled. He typed one more line, stood up, and went out of the shed.</p>
66 <blockquote> 66<blockquote>
67 <ul> 67<ul>
68 <li>Paul Bunyon</li> 68<li>Paul Bunyon</li>
69 </ul> 69</ul>
70 </blockquote> 70</blockquote>
71 <p>He got some kerosene from under the house, poured it around the base of the shed, lit a cigarette. He smoked half of it and threw it down to start the fire.</p> 71<p>He got some kerosene from under the house, poured it around the base of the shed, lit a cigarette. He smoked half of it and threw it down to start the fire.</p></section>
72 </section>
73 </article> 72 </article>
74 <nav> 73 <nav>
75 <a class="prevlink" href="father.html" 74 <a class="prevlink" href="father.html"