Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

example.coleslawrc 570B

1234567891011121314
  1. (:author "Brit Butler"
  2. :deploy "/home/git/blog/"
  3. :domain "http://blog.redlinernotes.com"
  4. :feeds ("lisp")
  5. :plugins (mathjax)
  6. :repo "/home/git/tmp/improvedmeans/"
  7. :sitenav ((:url "http://redlinernotes.com/" :name "Home")
  8. (:url "http://twitter.com/redline6561" :name "Twitter")
  9. (:url "http://github.com/redline6561" :name "Code")
  10. (:url "http://soundcloud.com/redlinernotes" :name "Music")
  11. (:url "http://redlinernotes.com/docs/talks/" :name "Talks"))
  12. :title "Improved Means for Achieving Deteriorated Ends"
  13. :theme "hyde")