diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | index.html | 8 |
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: | |||
26 | title: 'Title of poem or whatever' | 26 | title: 'Title of poem or whatever' |
27 | subtitle: 'Subtitle, if it exists' | 27 | subtitle: 'Subtitle, if it exists' |
28 | epigraph: 'Include epigraph here, if it exists' | 28 | epigraph: 'Include epigraph here, if it exists' |
29 | epigraph-credit: 'Who said the epigraph or wrote it or whatever' | 29 | epigraph-link: 'Link for the epigraph online (required)' |
30 | epigraph-credit: 'Credit for epigraph (optional)' | ||
30 | project: 'Original project here' | 31 | project: 'Original project here' |
32 | genre: '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> |