|
@@ -1,32 +0,0 @@
|
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")))
|