<h1 id="autocento-of-the-breakfast-table">Autocento of the breakfast table</h1> <h2 id="user-guide-and-manual">User guide and manual</h2> <h2 id="or-whatever.-i-dont-care.">or whatever. I don't care.</h2> <h1 id="part-i-in-which-our-hero-explains-the-goal">Part I: in which our hero explains the goal</h1> <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> <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> <h2 id="a.k.a.-using-pandoc-to-compile-them-pages-neff">A.K.A. Using Pandoc to compile them pages, neff</h2> <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> <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> <p>At the top of each file, there should be a YAML block that looks something like this:</p> <pre class="sourceCode yaml"><code class="sourceCode yaml"><span class="ot">---</span> <span class="fu">title:</span> <span class="st">'Title of poem'</span> <span class="fu">subtitle:</span> <span class="st">'Subtitle'</span><span class="er"> # optional</span> <span class="fu">genre:</span> <span class="st">'[verse|prose]'</span> <span class="fu">project:</span> <span class="kw">-</span> <span class="fu">title:</span> <span class="st">'Original project name'</span> <span class="fu">order:</span> <span class="kw">[</span>number<span class="kw">]</span> <span class="fu">prev:</span> <span class="kw">-</span> <span class="fu">title:</span> <span class="st">'Title of previous thing in original project'</span> <span class="fu">link:</span> <span class="st">'link to that thing'</span> <span class="fu">next:</span> <span class="kw">-</span> <span class="fu">title:</span> <span class="st">'Title of next thing in original project'</span> <span class="kw">-</span> <span class="fu">link:</span> <span class="st">'link to that thing'</span> <span class="fu">epigraph:</span> <span class="co"># optional</span> <span class="kw">-</span> <span class="fu">content:</span> <span class="st">'Quote from outside'</span> <span class="fu">link:</span> <span class="st">'Link to online version of epigraph'</span> <span class="fu">attrib:</span> <span class="st">'Who said the epigraph'</span><span class="er"> # optional</span> <span class="co">...</span></code></pre>