about summary refs log tree commit diff stats
path: root/src/man.txt
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 13:01:16 -0700
committerCase Duckworth2015-03-12 13:01:16 -0700
commit2764ce38ff89667fc4073fb66cdd634caaffd613 (patch)
tree2b574940d00219cddba222222ee2ae13d49ea644 /src/man.txt
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 'src/man.txt')
-rw-r--r--src/man.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/man.txt b/src/man.txt index 43a0e1c..9c0fe3b 100644 --- a/src/man.txt +++ b/src/man.txt
@@ -2,6 +2,11 @@
2title: Man 2title: Man
3genre: prose 3genre: prose
4 4
5ekphrastic:
6 image: tbedemugshot.jpg
7 title: This man refused to open his eyes
8 link: 'http://collection.hht.net.au/firsthhtpictures/fullRecordPicture.jsp?recnoListAttr=recnoList&recno=31230'
9
5project: 10project:
6 title: "Buildings out of air: Paul in the Woods" 11 title: "Buildings out of air: Paul in the Woods"
7 css: paul 12 css: paul
@@ -18,9 +23,7 @@ project:
18 link: leg 23 link: leg
19... 24...
20 25
21_[THIS MAN REFUSED TO OPEN HIS EYES][man]_ 26_THIS MAN REFUSED TO OPEN HIS EYES_
22
23![THIS MAN REFUSED TO OPEN HIS EYES](img/tbedemugshot.jpg)
24 27
25Paul read this on an old mugshot in the library. 28Paul read this on an old mugshot in the library.
26He had taken the [bus][] into town to check out a few books on woodworking and got distracted by the True Crime section. 29He had taken the [bus][] into town to check out a few books on woodworking and got distracted by the True Crime section.
@@ -43,7 +46,6 @@ He wondered what crime he had committed.
43Above the man's head was written [_T. BEDE.22.11.28 / 203 A_.][emilia] 46Above the man's head was written [_T. BEDE.22.11.28 / 203 A_.][emilia]
44_THIS MAN REFUSED TO OPEN HIS EYES_ was written over his suit, directly below his ribcage. 47_THIS MAN REFUSED TO OPEN HIS EYES_ was written over his suit, directly below his ribcage.
45 48
46[man]: http://collection.hht.net.au/firsthhtpictures/fullRecordPicture.jsp?recnoListAttr=recnoList&recno=31230
47[emilia]: http://emiliaphillips.com/books/signaletics/ 49[emilia]: http://emiliaphillips.com/books/signaletics/
48[bus]: boy_bus.html 50[bus]: boy_bus.html
49[photograph]: about-the-author.html 51[photograph]: about-the-author.html