about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2015-01-29 22:54:41 -0700
committerCase Duckworth2015-01-29 22:54:41 -0700
commit7f93c5f7205bc1cc0c2e21694fd10880eec51aca (patch)
treef68587ec92369e619961087bab01cbd387bbb06e /README.md
parentUpdate index to link to Github, README YAML spec (diff)
downloadautocento-7f93c5f7205bc1cc0c2e21694fd10880eec51aca.tar.gz
autocento-7f93c5f7205bc1cc0c2e21694fd10880eec51aca.zip
Add Hezekiah; Work out YAML metainfo"
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 18 insertions, 7 deletions
diff --git a/README.md b/README.md index b03d323..91e57b3 100644 --- a/README.md +++ b/README.md
@@ -23,13 +23,24 @@ like this:
23 23
24````yaml 24````yaml
25--- 25---
26title: 'Title of poem or whatever' 26title: 'Title of poem'
27subtitle: 'Subtitle, if it exists' 27subtitle: 'Subtitle' # optional
28epigraph: 'Include epigraph here, if it exists' 28genre: '[verse|prose]'
29epigraph-link: 'Link for the epigraph online (required)' 29
30epigraph-credit: 'Credit for epigraph (optional)' 30project:
31project: 'Original project here' 31- title: 'Original project name'
32genre: 'Genre of file: [verse|prose]' 32 order: [number]
33 prev:
34 - title: 'Title of previous thing in original project'
35 link: 'link to that thing'
36 next:
37 - title: 'Title of next thing in original project'
38 - link: 'link to that thing'
39
40epigraph: # optional
41- content: 'Quote from outside'
42 link: 'Link to online version of epigraph'
43 attrib: 'Who said the epigraph' # optional
33... 44...
34```` 45````
35 46