From 7f93c5f7205bc1cc0c2e21694fd10880eec51aca Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 29 Jan 2015 22:54:41 -0700 Subject: Add Hezekiah; Work out YAML metainfo" --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b03d323..91e57b3 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,24 @@ like this: ````yaml --- -title: 'Title of poem or whatever' -subtitle: 'Subtitle, if it exists' -epigraph: 'Include epigraph here, if it exists' -epigraph-link: 'Link for the epigraph online (required)' -epigraph-credit: 'Credit for epigraph (optional)' -project: 'Original project here' -genre: 'Genre of file: [verse|prose]' +title: 'Title of poem' +subtitle: 'Subtitle' # optional +genre: '[verse|prose]' + +project: +- title: 'Original project name' + order: [number] + prev: + - title: 'Title of previous thing in original project' + link: 'link to that thing' + next: + - title: 'Title of next thing in original project' + - link: 'link to that thing' + +epigraph: # optional +- content: 'Quote from outside' + link: 'Link to online version of epigraph' + attrib: 'Who said the epigraph' # optional ... ```` -- cgit 1.4.1-21-gabe81