coleslaw/examples/multi-site.coleslawrc
2013-02-19 19:14:14 -05:00

18 lines
1.2 KiB
Text

(("/home/coleslaw/tmp/lisp-is-fun/" . (:author "Ralph Moritz"
:deploy "/home/coleslaw/www/lisp-is-fun/"
:domain "http://blub.co.za"
:feeds ("lisp")
:plugins ((mathjax))
:sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
(:url "http://github.com/ralph-moeritz" :name "Code"))
:title "(lisp :is 'fun)"
:theme "hyde"))
("/home/coleslaw/tmp/musings/" . (:author "Ralph Moritz"
:deploy "/home/coleslaw/www/musings/"
:domain "http://musings.co.za"
:feeds ("opinion")
:plugins ((mathjax))
:sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
(:url "http://github.com/ralph-moeritz" :name "Code"))
:title "Musings"
:theme "hyde")))