about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-01-28 22:37:19 -0700
committerCase Duckworth2015-01-28 22:37:19 -0700
commit9642b35ec55a246c8cd10c63f574861f4b55ec17 (patch)
tree691b3f44c45b20232323f6d793a85a3cfcae877a
parentAdd to the Readme (diff)
downloadautocento-9642b35ec55a246c8cd10c63f574861f4b55ec17.tar.gz
autocento-9642b35ec55a246c8cd10c63f574861f4b55ec17.zip
Create README.html and link from index
-rw-r--r--03-howtoread.txt (renamed from 3-howtoread.txt)0
-rw-r--r--README.html17
-rw-r--r--index.html6
3 files changed, 22 insertions, 1 deletions
diff --git a/3-howtoread.txt b/03-howtoread.txt index 4345442..4345442 100644 --- a/3-howtoread.txt +++ b/03-howtoread.txt
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>
diff --git a/index.html b/index.html index 8894c17..9b86bb1 100644 --- a/index.html +++ b/index.html
@@ -5,5 +5,9 @@
5<body> 5<body>
6<h1>Autocento of the Breakfast Table</h1> 6<h1>Autocento of the Breakfast Table</h1>
7<h2>A Master's thesis by Case Duckworth</h2> 7<h2>A Master's thesis by Case Duckworth</h2>
8<p>Content goes here, natch.</p> 8<p>
9 Content goes here, natch.
10 For example, the README of the whatever is
11 <a href="README.html">here</a>.
12</p>
9</body> 13</body>