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

single-site.coleslawrc 660B

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