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

multi-site.coleslawrc 2.2KB

123456789101112131415161718192021222324252627282930313233
  1. (("/home/coleslaw/tmp/lisp-is-fun/" . (:author "Ralph Moritz"
  2. :deploy-dir "/home/coleslaw/www/lisp-is-fun/"
  3. :domain "http://blub.co.za"
  4. :feeds ("lisp")
  5. :plugins ((mathjax))
  6. :routing ((:post "posts/~a")
  7. (:tag-index "tag/~a")
  8. (:month-index "date/~a")
  9. (:numeric-index "~d")
  10. (:feed "~a.xml")
  11. (:tag-feed "tag/~a.xml"))
  12. :sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
  13. (:url "http://github.com/ralph-moeritz" :name "Code"))
  14. :staging-dir "/tmp/coleslaw"
  15. :title "(lisp :is 'fun)"
  16. :theme "hyde"))
  17. ("/home/coleslaw/tmp/musings/" . (:author "Ralph Moritz"
  18. :deploy-dir "/home/coleslaw/www/musings/"
  19. :domain "http://musings.co.za"
  20. :feeds ("opinion")
  21. :plugins ((mathjax))
  22. :routing ((:post "posts/~a")
  23. (:tag-index "tag/~a")
  24. (:month-index "date/~a")
  25. (:numeric-index "~d")
  26. (:feed "~a.xml")
  27. (:tag-feed "tag/~a.xml"))
  28. :sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
  29. (:url "http://github.com/ralph-moeritz" :name "Code"))
  30. :staging-dir "/tmp/coleslaw"
  31. :title "Musings"
  32. :theme "hyde")))