about summary refs log tree commit diff stats
path: root/art.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 /art.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 'art.html')
-rw-r--r--art.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/art.html b/art.html index f0ae36e..4982c25 100644 --- a/art.html +++ b/art.html
@@ -37,11 +37,10 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content prose"> 40
41 <p>Paul was writing in his diary about art.</p> 41 <section class="content prose"><p>Paul was writing in his diary about art.</p>
42 <p><em><a href="ouroboros_memory.html">This is my brain</a></em> he wrote. <em>This is my brain and all it contains. <a href="TODO_BIBLE_LINK">‘I contain multitudes’ said Legion.</a> I think it was Legion.</em> The big heading he had written at the top of the page (<em>ART</em> it read, but only when looking at it from his point of view) sat cold and alone, neglected in the <a href="sense-of-it.html">white space</a> surrounding it. He noticed this presently (but not after he had written a little more about multitudes), paused, frowned, and began to write again.</p> 42<p><em><a href="ouroboros_memory.html">This is my brain</a></em> he wrote. <em>This is my brain and all it contains. <a href="TODO_BIBLE_LINK">‘I contain multitudes’ said Legion.</a> I think it was Legion.</em> The big heading he had written at the top of the page (<em>ART</em> it read, but only when looking at it from his point of view) sat cold and alone, neglected in the <a href="sense-of-it.html">white space</a> surrounding it. He noticed this presently (but not after he had written a little more about multitudes), paused, frowned, and began to write again.</p>
43 <p><em>ART stands alone at the top of a blank page</em> he wrote. <em>It follows <del>itself in circles</del> its own footprints in a circle around its own name. It leads nowhere but is present everywhere. <del>It contains</del> It contains multitudes. Every painting ever made is a painting of every other painting. Every song is a remix, a <a href="music-433.html">cover version</a>.</em> He crossed out the part about songs for getting off topic. He made a note to himself in the margin—<em>Music is not ART.</em></p> 43<p><em>ART stands alone at the top of a blank page</em> he wrote. <em>It follows <del>itself in circles</del> its own footprints in a circle around its own name. It leads nowhere but is present everywhere. <del>It contains</del> It contains multitudes. Every painting ever made is a painting of every other painting. Every song is a remix, a <a href="music-433.html">cover version</a>.</em> He crossed out the part about songs for getting off topic. He made a note to himself in the margin—<em>Music is not ART.</em></p></section>
44 </section>
45 </article> 44 </article>
46 <nav> 45 <nav>
47 <a href="#" id="lozenge" title="Random page"> &loz; </a> 46 <a href="#" id="lozenge" title="Random page"> &loz; </a>