about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-01-29 10:41:59 -0700
committerCase Duckworth2015-01-29 10:41:59 -0700
commit7b25389b4585e18c9d8506f15a2467c7ac938f0f (patch)
treef03e7c8eed16a89bbc834ed5ca91c929d5303a4b
parentAdd links to Elegies; write TODO.txt (diff)
downloadautocento-7b25389b4585e18c9d8506f15a2467c7ac938f0f.tar.gz
autocento-7b25389b4585e18c9d8506f15a2467c7ac938f0f.zip
Update index to link to Github, README YAML spec
-rw-r--r--README.md4
-rw-r--r--index.html8
2 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md index bb42779..b03d323 100644 --- a/README.md +++ b/README.md
@@ -26,8 +26,10 @@ like this:
26title: 'Title of poem or whatever' 26title: 'Title of poem or whatever'
27subtitle: 'Subtitle, if it exists' 27subtitle: 'Subtitle, if it exists'
28epigraph: 'Include epigraph here, if it exists' 28epigraph: 'Include epigraph here, if it exists'
29epigraph-credit: 'Who said the epigraph or wrote it or whatever' 29epigraph-link: 'Link for the epigraph online (required)'
30epigraph-credit: 'Credit for epigraph (optional)'
30project: 'Original project here' 31project: 'Original project here'
32genre: 'Genre of file: [verse|prose]'
31... 33...
32```` 34````
33 35
diff --git a/index.html b/index.html index 6c72ae9..372be0c 100644 --- a/index.html +++ b/index.html
@@ -8,7 +8,11 @@
8<p> 8<p>
9 Content goes here, natch. 9 Content goes here, natch.
10 For example, the README of the whatever is 10 For example, the README of the whatever is
11 <a href="README.html">here</a>. And 11 <a href="README.html">here</a>. And
12 <a href="TODO.txt">a list of what still needs to be done.</a> 12 <a href="TODO.txt">a list of what still needs to be done</a> is here.
13</p>
14<p>
15 P.S. If you want to see the source of this project on GitHub,
16 <a href="https://github.com/duckwork/autocento">go here</a>.
13</p> 17</p>
14</body> 18</body>