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

single-site.coleslawrc 950B

123456789101112131415161718192021222324
  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. :routing ((:post "posts/~a")
  11. (:tag-index "tag/~a")
  12. (:month-index "date/~a")
  13. (:numeric-index "~d")
  14. (:feed "~a.xml")
  15. (:tag-feed "tag/~a.xml"))
  16. :sitenav ((:url "http://redlinernotes.com/" :name "Home")
  17. (:url "http://twitter.com/redline6561" :name "Twitter")
  18. (:url "http://github.com/redline6561" :name "Code")
  19. (:url "http://soundcloud.com/redlinernotes" :name "Music")
  20. (:url "http://redlinernotes.com/docs/talks/" :name "Talks"))
  21. :staging-dir "/tmp/coleslaw/"
  22. :title "Improved Means for Achieving Deteriorated Ends"
  23. :theme "hyde")