From 3b37989606c44902d90a3723e197d8c318a302bf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Mar 2015 13:47:42 -0700 Subject: Change verse lines '$' -> '^| ' --- about.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'about.txt') diff --git a/about.txt b/about.txt index 3b5f254..d3defc0 100644 --- a/about.txt +++ b/about.txt @@ -1,6 +1,6 @@ --- title: Autocento of the breakfast table -id: README +id: about subtitle: about this site genre: prose @@ -69,7 +69,7 @@ Technology Because this project lives online, I've used a fair amount of technology to get it there. First, I converted all the articles[^1] present into plain text files, which are viewable [here][text]. -Then, I used John McFarlane's venerable document preparation system [pandoc][], along with a short [script][compile.lua], to compile the text sources to HTML using [this template][]. +Then, I used John McFarlane's venerable document preparation system [pandoc][], along with a [makefile][] to compile the text sources to HTML using [this template][]. The compiled HTML is what you're reading now.[^2] To host the project, I'm using [Github][], an online code-collaboration tool with the version control system [git][] under the hood. @@ -118,14 +118,14 @@ If you'd like to contact me about the state of this work or my writing in genera [text]: src/common-titles.html [pandoc]: http://johnmacfarlane.net/pandoc/ -[compile.lua]: https://github.com/duckwork/autocento/blob/gh-pages/compile.lua -[this template]: https://github.com/duckwork/autocento/blob/gh-pages/.template.html +[makefile]: https://github.com/duckwork/autocento/blob/gh-pages/makefile +[this template]: https://github.com/duckwork/autocento/blob/gh-pages/template.html [Github]: https://github.com/ [git]: http://www.git-scm.com/ [my Github profile]: https://github.com/duckwork/autocento [index]: first-lines.html -[this javascript]: https://github.com/duckwork/autocento/blob/gh-pages/js/lozenge.js +[this javascript]: https://github.com/duckwork/autocento/blob/gh-pages/trunk/lozenge.js [published]: published.html [issues]: https://github.com/duckwork/autocento/issues -- cgit 1.4.1-21-gabe81