about summary refs log tree commit diff stats
path: root/leg.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 /leg.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 'leg.html')
-rw-r--r--leg.html37
1 files changed, 18 insertions, 19 deletions
diff --git a/leg.html b/leg.html index c36b0bd..1837e4f 100644 --- a/leg.html +++ b/leg.html
@@ -37,25 +37,24 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content prose"> 40
41 <p>His first chair was a stool. It was an <a href="stump.html">uneven wobbly stool</a> that would not support even forty pounds. “So my first chair is a broken stool” he said after nearly breaking his tailbone on the dirt floor. “Maybe I should start again but this time only with legs.” He began again but this time only with legs. He built <a href="i-think-its-you.html">one leg</a>, which means he cut a straight piece of wood down to four feet in length, whittled the bark off, and sanded it down smooth in what he was now calling his Woodworking Shack. He typed up a note on how to make chair legs.</p> 41 <section class="content prose"><p>His first chair was a stool. It was an <a href="stump.html">uneven wobbly stool</a> that would not support even forty pounds. “So my first chair is a broken stool” he said after nearly breaking his tailbone on the dirt floor. “Maybe I should start again but this time only with legs.” He began again but this time only with legs. He built <a href="i-think-its-you.html">one leg</a>, which means he cut a straight piece of wood down to four feet in length, whittled the bark off, and sanded it down smooth in what he was now calling his Woodworking Shack. He typed up a note on how to make chair legs.</p>
42 <blockquote> 42<blockquote>
43 <p>MAKING CHAIR LEGS</p> 43<p>MAKING CHAIR LEGS</p>
44 <ol type="1"> 44<ol type="1">
45 <li>get longish piece of wood</li> 45<li>get longish piece of wood</li>
46 <li>cut it to length (<a href="boar.html">4 feet</a> I’d recommend)</li> 46<li>cut it to length (<a href="boar.html">4 feet</a> I’d recommend)</li>
47 <li>whittle off bark</li> 47<li>whittle off bark</li>
48 <li>sand smooth the leg</li> 48<li>sand smooth the leg</li>
49 </ol> 49</ol>
50 </blockquote> 50</blockquote>
51 <p>After he tried remembered tried standing the leg up, failing, and after much thought realizing that the ends needed to be flat, he typed one more line on his notecard:</p> 51<p>After he tried remembered tried standing the leg up, failing, and after much thought realizing that the ends needed to be flat, he typed one more line on his notecard:</p>
52 <blockquote> 52<blockquote>
53 <ol start="5" type="1"> 53<ol start="5" type="1">
54 <li>make ends flat</li> 54<li>make ends flat</li>
55 </ol> 55</ol>
56 </blockquote> 56</blockquote>
57 <p>He had no tools with which to flatten the ends of his leg.</p> 57<p>He had no tools with which to flatten the ends of his leg.</p></section>
58 </section>
59 </article> 58 </article>
60 <nav> 59 <nav>
61 <a class="prevlink" href="toilet.html" 60 <a class="prevlink" href="toilet.html"