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

multi-site.coleslawrc 1.2KB

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