-
Notifications
You must be signed in to change notification settings - Fork 1
/
.coleslawrc
31 lines (31 loc) · 1.01 KB
/
.coleslawrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(:author "Alexander Artemenko"
:deploy-dir "./site-static"
:domain "40ants.com"
:feeds ("blog")
:plugins (;; (analytics :tracking-code "foo")
;; (disqus :shortname "my-site-name")
(static-pages)
(rst)
(mgl-pax)
(spinneret)
(extended-post)
;; (gh-pages
;; ;; :index-page "about.html"
;; :force t
;; :branch "master"
;; :push-from-branch "develop")
)
:routing ((:post "posts/~a")
(:xpost "posts/~a")
(:tag-index "tag/~a")
(:month-index "date/~a")
(:numeric-index "~d")
(:feed "~a.xml")
(:tag-feed "tag/~a.xml"))
:sitenav ((:url "/about.html" :name "Who we are")
(:url "https://gitter.im/40ants/team" :name "Chat us")
(:url "/tips.html" :name "Lisp Tips")
(:url "/projects.html" :name "Our projects")
)
:title "40Ants"
:theme "the40ants")