summaryrefslogtreecommitdiff
path: root/index.rb
AgeCommit message (Collapse)Author
2013-11-24Switch from rdiscount to Pandoc.Luke Shumaker
But, I am still using ERB for the templating; I wrote my own Ruby Pandoc bindings because pandoc-ruby sucks; it has more code but does less. This was slightly painful, as I had to switch all of the articles from my hacked-on metadata format to Pandoc's format.
2013-10-13index: generate the page as markdownLuke Shumaker
2013-10-13index.rb: actually, don't run the titles through rdiscountLuke Shumaker
2013-10-13opps, fix index.rbLuke Shumaker
2013-10-12don't stick ./ before the user-visible slugLuke Shumaker
2013-10-12run the page title on the index through the markdown processorLuke Shumaker
2013-10-12initial commitLuke Shumaker