about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2015-01-28 22:20:57 -0700
committerCase Duckworth2015-01-28 22:20:57 -0700
commite1f7f4882faffc5130e8f758982969b3d5fd1ed8 (patch)
tree19c9ad44c864c9b18d8798060c860549cfbcd686 /README.md
parentInclude Elegies; template; pandoc compile (diff)
downloadautocento-e1f7f4882faffc5130e8f758982969b3d5fd1ed8.tar.gz
autocento-e1f7f4882faffc5130e8f758982969b3d5fd1ed8.zip
Revert "Include Elegies; template; pandoc compile"
This reverts commit 1ed0fcf6343549d349a9ba0393ffab6e8e3deea3.
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/README.md b/README.md index 45a6fa8..07f37cb 100644 --- a/README.md +++ b/README.md
@@ -8,27 +8,3 @@ The goal in this book, *Autocento of the breakfast table*, is to explore the
8workings of revision and recursion through words, both in the head and on 8workings of revision and recursion through words, both in the head and on
9paper. It's a hypertextual imagining of how things could have been, in all 9paper. It's a hypertextual imagining of how things could have been, in all
10of their possibilities. 10of their possibilities.
11
12# Part II: Enough of that high-falutin bullshit; down to brass tax
13## A.K.A. Using Pandoc to compile them pages, neff
14
15This project uses John MacFarlane's amazing, etc. [pandoc][] for the fun,
16HTML-writing stuff. Use the `compile.sh` script to compile the stuff down.
17
18*Note: you're on Windows right now, so make sure and type `bash compile.sh` to
19run the program.*
20
21At the top of each file, there should be a YAML block that looks something
22like this:
23
24````yaml
25---
26title: 'Title of poem or whatever'
27subtitle: 'Subtitle, if it exists'
28epigraph: 'Include epigraph here, if it exists'
29epigraph-credit: 'Who said the epigraph or wrote it or whatever'
30project: 'Original project here'
31...
32````
33
34[pandoc]: http://johnmacfarlane.net/pandoc/