summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-09-30sitegen stuffLuke Shumaker
2016-08-27tidy atom stuffLuke Shumaker
2016-08-27index.atom, also: write-atomicLuke Shumaker
2016-08-27Teach it to make atom:entry filesLuke Shumaker
2015-05-19Makefile: correctly remove deleted posts from the indexLuke Shumaker
2013-12-21index: sort the posts by dateLuke Shumaker
I originally didn't want posts to be tied to the date (inspired by <http://swombat.com/2011/5/26/real-value-we>). But, I've realized that for several reasons, dates are important. I've waffled quite a bit on this decision.
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-13Makefile: set DELETE_ON_ERRORLuke Shumaker
2013-10-12don't generate .raw.html files anymoreLuke Shumaker
2013-10-12initial commitLuke Shumaker