about summary refs log tree commit diff stats
path: root/notes.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 /notes.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 'notes.html')
-rw-r--r--notes.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/notes.html b/notes.html index e573362..e285680 100644 --- a/notes.html +++ b/notes.html
@@ -37,13 +37,12 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content prose"> 40
41 <p>Paul began typing on notecards. Somehow this felt right to his sensibilities. It was difficult to get the little cards into the typewriter. It was a pain to readjust the typewriter for regular paper when he wasn’t writing. He started typing everything on those little notecards: grocery lists, letters to his grandmother, <a href="telemarketer.html">even reports for work</a> (which is what got him in trouble).</p> 41 <section class="content prose"><p>Paul began typing on notecards. Somehow this felt right to his sensibilities. It was difficult to get the little cards into the typewriter. It was a pain to readjust the typewriter for regular paper when he wasn’t writing. He started typing everything on those little notecards: grocery lists, letters to his grandmother, <a href="telemarketer.html">even reports for work</a> (which is what got him in trouble).</p>
42 <p>But this was all later. For now he was writing his ideas, “notes” he now called them, something for him to combine later into something. He didn’t like to think about it. On this particular <a href="seasonal-affective-disorder.html">cold winter morning</a>, he wrote</p> 42<p>But this was all later. For now he was writing his ideas, “notes” he now called them, something for him to combine later into something. He didn’t like to think about it. On this particular <a href="seasonal-affective-disorder.html">cold winter morning</a>, he wrote</p>
43 <blockquote> 43<blockquote>
44 <p>Woke up from a <a href="in-bed.html">dream</a> I was famous. One of the more famous people in fact. I had written something everyone could relate to and at the same time proved my parents wrong. Because I made a lot of money. Or not a lot, but enough and more than they thought I would. It was a good day. Woke up this morning and I was still cold. <a href="something-simple.html">Still Paul.</a> Still not good at furniture.</p> 44<p>Woke up from a <a href="in-bed.html">dream</a> I was famous. One of the more famous people in fact. I had written something everyone could relate to and at the same time proved my parents wrong. Because I made a lot of money. Or not a lot, but enough and more than they thought I would. It was a good day. Woke up this morning and I was still cold. <a href="something-simple.html">Still Paul.</a> Still not good at furniture.</p>
45 </blockquote> 45</blockquote></section>
46 </section>
47 </article> 46 </article>
48 <nav> 47 <nav>
49 <a class="prevlink" href="writing.html" 48 <a class="prevlink" href="writing.html"