about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2015-03-25 10:45:31 -0700
committerCase Duckworth2015-03-25 10:45:31 -0700
commit3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53 (patch)
tree03cd4e90e7bceac4b1813fb78f60e74aa57e1f55 /README.md
parentFix cover page css link (diff)
downloadautocento-3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53.tar.gz
autocento-3a0c02fbafa05b3af1bc6d3be29bdbc2ff40fd53.zip
Add new "About Autocento" project
- Affects "About this project," "Index of common titles,"
  "Index of first lines."
- Add links to cycle through these three
- Change "README." to "about."
- Include a compile
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
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---
20title: Title of poem 20title: Title of article
21id: file-name-without-extension
21subtitle: Subtitle # optional 22subtitle: Subtitle # optional
22genre: verse # verse or prose 23genre: verse # verse or prose
23 24
24epigraph: # optional 25epigraph: # 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
29dedication: my mother # optional 30dedication: my mother # optional
30 31
@@ -36,6 +37,7 @@ ekphrastic: # optional image ekphrastic
36 37
37project: 38project:
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