about summary refs log tree commit diff stats
path: root/README.html
diff options
context:
space:
mode:
authorCase Duckworth2015-01-28 22:37:19 -0700
committerCase Duckworth2015-01-28 22:37:19 -0700
commit9642b35ec55a246c8cd10c63f574861f4b55ec17 (patch)
tree691b3f44c45b20232323f6d793a85a3cfcae877a /README.html
parentAdd to the Readme (diff)
downloadautocento-9642b35ec55a246c8cd10c63f574861f4b55ec17.tar.gz
autocento-9642b35ec55a246c8cd10c63f574861f4b55ec17.zip
Create README.html and link from index
Diffstat (limited to 'README.html')
-rw-r--r--README.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.html b/README.html new file mode 100644 index 0000000..4c6eaac --- /dev/null +++ b/README.html
@@ -0,0 +1,17 @@
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 or whatever&#39;</span>
13<span class="fu">subtitle:</span> <span class="st">&#39;Subtitle, if it exists&#39;</span>
14<span class="fu">epigraph:</span> <span class="st">&#39;Include epigraph here, if it exists&#39;</span>
15<span class="fu">epigraph-credit:</span> <span class="st">&#39;Who said the epigraph or wrote it or whatever&#39;</span>
16<span class="fu">project:</span> <span class="st">&#39;Original project here&#39;</span>
17<span class="co">...</span></code></pre>