about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 18:12:20 -0700
committerCase Duckworth2015-03-03 18:12:20 -0700
commitf3e6ad917c888b58616b3ad04d73a640674af740 (patch)
treeeb02d8068929b4d3a69be892e98f93a355b137e6 /README.md
parentAdd hyphens to prose things with Hyphenator.js (diff)
downloadautocento-f3e6ad917c888b58616b3ad04d73a640674af740.tar.gz
autocento-f3e6ad917c888b58616b3ad04d73a640674af740.zip
Change 4'33" to use prime & double-prime marks
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md index 4bd83ca..d7e4976 100644 --- a/README.md +++ b/README.md
@@ -22,21 +22,21 @@ subtitle: Subtitle # optional
22genre: verse # verse or prose 22genre: verse # verse or prose
23 23
24epigraph: # optional 24epigraph: # optional
25- content: 'Quote from outside' # req'd if epigraph exists 25- content: 'Content of epigraph' # req'd if epigraph exists
26 link: 'Link to online version of epigraph' # optional 26 link: 'http://link-to-epigraph-source/' # optional
27 attrib: 'Who said the epigraph' # optional 27 attrib: 'Epigraph attribution' # optional
28 28
29dedication: John Doe # optional 29dedication: my mother # optional
30 30
31project: 31project:
32 title: Original project name 32 title: Original project name
33 order: 1 # original project order 33 order: 1 # page number, optional
34 prev: 34 prev: # optional
35 - title: Title of previous thing in original project 35 - title: Title of previous thing in original project
36 link: link to that thing 36 link: link to that thing
37 - title: Title of other previous thing 37 - title: Title of other previous thing
38 link: link to that thing 38 link: link to that thing
39 next: 39 next: #optional
40 - title: Title of next thing in original project 40 - title: Title of next thing in original project
41 link: link to that thing 41 link: link to that thing
42 - title: Title of other next thing 42 - title: Title of other next thing
@@ -44,6 +44,6 @@ project:
44... 44...
45```` 45````
46 46
47To compile all the markdown into glorious, glorious HTML (visible at <autocento.me>), run `compile.sh` (`bash compile.sh` in Windows) in the root directory of this git repository. 47To compile all the markdown into glorious, glorious HTML (visible at <http://autocento.me>), run `compile.sh` (`bash compile.sh` in Windows) in the root directory of this git repository.
48 48
49[pandoc]: http://johnmacfarlane.net/pandoc/ 49[pandoc]: http://johnmacfarlane.net/pandoc/