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

example.coleslawrc 976B

12345678910111213141516171819202122232425
  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. (static-pages)
  8. (disqus :shortname "my-site-name")
  9. (analytics :tracking-code "foo"))
  10. :repo "/home/git/tmp/improvedmeans/"
  11. :routing ((:post "posts/~a")
  12. (:tag-index "tag/~a")
  13. (:month-index "date/~a")
  14. (:numeric-index "~d")
  15. (:feed "~a.xml")
  16. (:tag-feed "tag/~a.xml"))
  17. :sitenav ((:url "http://redlinernotes.com/" :name "Home")
  18. (:url "http://twitter.com/redline6561" :name "Twitter")
  19. (:url "http://github.com/redline6561" :name "Code")
  20. (:url "http://soundcloud.com/redlinernotes" :name "Music")
  21. (:url "http://redlinernotes.com/docs/talks/" :name "Talks"))
  22. :staging-dir "/tmp/coleslaw/"
  23. :title "Improved Means for Achieving Deteriorated Ends"
  24. :theme "hyde")