|
@@ -3,6 +3,12 @@
|
3
|
3
|
:domain "http://blub.co.za"
|
4
|
4
|
:feeds ("lisp")
|
5
|
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"))
|
6
|
12
|
:sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
|
7
|
13
|
(:url "http://github.com/ralph-moeritz" :name "Code"))
|
8
|
14
|
:staging-dir "/tmp/coleslaw"
|
|
@@ -13,6 +19,12 @@
|
13
|
19
|
:domain "http://musings.co.za"
|
14
|
20
|
:feeds ("opinion")
|
15
|
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"))
|
16
|
28
|
:sitenav ((:url "http://twitter.com/ralph_moeritz" :name "Twitter")
|
17
|
29
|
(:url "http://github.com/ralph-moeritz" :name "Code"))
|
18
|
30
|
:staging-dir "/tmp/coleslaw"
|