diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md index 80d5d0d..cf1780d 100644 --- a/README.md +++ b/README.md | |||
@@ -17,14 +17,15 @@ At the top of each file, there is a YAML metadata block that looks something lik | |||
17 | 17 | ||
18 | ````yaml | 18 | ````yaml |
19 | --- | 19 | --- |
20 | title: Title of poem | 20 | title: Title of article |
21 | id: file-name-without-extension | ||
21 | subtitle: Subtitle # optional | 22 | subtitle: Subtitle # optional |
22 | genre: verse # verse or prose | 23 | genre: verse # verse or prose |
23 | 24 | ||
24 | epigraph: # optional | 25 | epigraph: # optional |
25 | - content: 'Content of epigraph' # req'd if epigraph exists | 26 | content: 'Content of epigraph' # req'd if epigraph exists |
26 | link: 'http://link-to-epigraph-source/' # optional | 27 | link: 'http://link-to-epigraph-source/' # optional |
27 | attrib: 'Epigraph attribution' # optional | 28 | attrib: 'Epigraph attribution' # optional |
28 | 29 | ||
29 | dedication: my mother # optional | 30 | dedication: my mother # optional |
30 | 31 | ||
@@ -36,6 +37,7 @@ ekphrastic: # optional image ekphrastic | |||
36 | 37 | ||
37 | project: | 38 | project: |
38 | title: Original project name | 39 | title: Original project name |
40 | class: class-name-for-css | ||
39 | order: 1 # page number, optional | 41 | order: 1 # page number, optional |
40 | prev: # optional | 42 | prev: # optional |
41 | - title: Title of previous thing in original project | 43 | - title: Title of previous thing in original project |