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

single-site.coleslawrc 718B

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