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.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 4c6eaac..97616a4 100644 --- a/README.html +++ b/README.html @@ -9,9 +9,22 @@

Note: you're on Windows right now, so make sure and type bash compile.sh to run the program.

At the top of each file, there should be a YAML block that looks something like this:

---
-title: 'Title of poem or whatever'
-subtitle: 'Subtitle, if it exists'
-epigraph: 'Include epigraph here, if it exists'
-epigraph-credit: 'Who said the epigraph or wrote it or whatever'
-project: 'Original project here'
+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