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

single-site.coleslawrc 697B

1234567891011121314151617
  1. (:author "Brit Butler"
  2. :deploy-dir "/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. :staging-dir "/tmp/coleslaw/"
  15. :title "Improved Means for Achieving Deteriorated Ends"
  16. :theme "hyde")