about summary refs log tree commit diff stats
path: root/README.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-01 20:24:07 -0700
committerCase Duckworth2015-03-01 20:24:07 -0700
commit0cffaf028add1f35886172ab2d36fe2534f64028 (patch)
treebe91189545f63243712c7e9490b95e3a264158ba /README.html
parentFix typographical error (diff)
downloadautocento-0cffaf028add1f35886172ab2d36fe2534f64028.tar.gz
autocento-0cffaf028add1f35886172ab2d36fe2534f64028.zip
Change typewriter markup in Paul to blockquote
Diffstat (limited to 'README.html')
-rw-r--r--README.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/README.html b/README.html deleted file mode 100644 index 97616a4..0000000 --- a/README.html +++ /dev/null
@@ -1,30 +0,0 @@
1<h1 id="autocento-of-the-breakfast-table">Autocento of the breakfast table</h1>
2<h2 id="user-guide-and-manual">User guide and manual</h2>
3<h2 id="or-whatever.-i-dont-care.">or whatever. I don't care.</h2>
4<h1 id="part-i-in-which-our-hero-explains-the-goal">Part I: in which our hero explains the goal</h1>
5<p>The goal in this book, <em>Autocento of the breakfast table</em>, is to explore the workings of revision and recursion through words, both in the head and on paper. It's a hypertextual imagining of how things could have been, in all of their possibilities.</p>
6<h1 id="part-ii-enough-of-that-high-faluting-bullshit-down-to-brass-tax">Part II: Enough of that high-faluting bullshit; down to brass tax</h1>
7<h2 id="a.k.a.-using-pandoc-to-compile-them-pages-neff">A.K.A. Using Pandoc to compile them pages, neff</h2>
8<p>This project uses John MacFarlane's amazing, etc. <a href="http://johnmacfarlane.net/pandoc/">pandoc</a> for the fun, HTML-writing stuff. Use the <code>compile.sh</code> script to compile the stuff down.</p>
9<p><em>Note: you're on Windows right now, so make sure and type <code>bash compile.sh</code> to run the program.</em></p>
10<p>At the top of each file, there should be a YAML block that looks something like this:</p>
11<pre class="sourceCode yaml"><code class="sourceCode yaml"><span class="ot">---</span>
12<span class="fu">title:</span> <span class="st">&#39;Title of poem&#39;</span>
13<span class="fu">subtitle:</span> <span class="st">&#39;Subtitle&#39;</span><span class="er"> # optional</span>
14<span class="fu">genre:</span> <span class="st">&#39;[verse|prose]&#39;</span>
15
16<span class="fu">project:</span>
17<span class="kw">-</span> <span class="fu">title:</span> <span class="st">&#39;Original project name&#39;</span>
18 <span class="fu">order:</span> <span class="kw">[</span>number<span class="kw">]</span>
19 <span class="fu">prev:</span>
20 <span class="kw">-</span> <span class="fu">title:</span> <span class="st">&#39;Title of previous thing in original project&#39;</span>
21 <span class="fu">link:</span> <span class="st">&#39;link to that thing&#39;</span>
22 <span class="fu">next:</span>
23 <span class="kw">-</span> <span class="fu">title:</span> <span class="st">&#39;Title of next thing in original project&#39;</span>
24 <span class="kw">-</span> <span class="fu">link:</span> <span class="st">&#39;link to that thing&#39;</span>
25
26<span class="fu">epigraph:</span> <span class="co"># optional</span>
27<span class="kw">-</span> <span class="fu">content:</span> <span class="st">&#39;Quote from outside&#39;</span>
28 <span class="fu">link:</span> <span class="st">&#39;Link to online version of epigraph&#39;</span>
29 <span class="fu">attrib:</span> <span class="st">&#39;Who said the epigraph&#39;</span><span class="er"> # optional</span>
30<span class="co">...</span></code></pre>