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

multi-site.coleslawrc 1.4KB

123456789101112131415161718192021
  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. :sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
  7. (:url "http://github.com/ralph-moeritz" :name "Code"))
  8. :staging-dir "/tmp/coleslaw"
  9. :title "(lisp :is 'fun)"
  10. :theme "hyde"))
  11. ("/home/coleslaw/tmp/musings/" . (:author "Ralph Moritz"
  12. :deploy-dir "/home/coleslaw/www/musings/"
  13. :domain "http://musings.co.za"
  14. :feeds ("opinion")
  15. :plugins ((mathjax))
  16. :sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
  17. (:url "http://github.com/ralph-moeritz" :name "Code"))
  18. :staging-dir "/tmp/coleslaw"
  19. :title "Musings"
  20. :theme "hyde")))