2012-08-18 23:00:33 -04:00
|
|
|
(:author "Brit Butler"
|
2013-04-22 09:27:43 -04:00
|
|
|
:deploy-dir "/home/git/blog/"
|
2012-08-22 10:05:02 -04:00
|
|
|
:domain "http://blog.redlinernotes.com"
|
2017-03-22 18:53:24 +01:00
|
|
|
:excerpt-sep "<!--more-->"
|
2012-09-12 17:41:57 -04:00
|
|
|
:feeds ("lisp")
|
2014-07-14 16:15:08 -04:00
|
|
|
:plugins ((analytics :tracking-code "foo")
|
2013-01-14 12:29:28 -05:00
|
|
|
(disqus :shortname "my-site-name")
|
2014-08-29 12:36:52 -04:00
|
|
|
; (incremental) ;; *Remove comment to enable incremental builds.
|
2014-07-14 16:15:08 -04:00
|
|
|
(mathjax)
|
|
|
|
(sitemap)
|
2014-08-29 12:36:52 -04:00
|
|
|
(static-pages)
|
|
|
|
; (versioned) ;; *Remove comment to enable symlinked, timestamped deploys.
|
|
|
|
)
|
2014-04-16 11:15:29 -04:00
|
|
|
:routing ((:post "posts/~a")
|
|
|
|
(:tag-index "tag/~a")
|
|
|
|
(:month-index "date/~a")
|
|
|
|
(:numeric-index "~d")
|
2014-09-23 17:38:59 -04:00
|
|
|
(:feed "~a.xml")
|
2014-04-16 11:15:29 -04:00
|
|
|
(:tag-feed "tag/~a.xml"))
|
2012-09-13 09:20:30 -04:00
|
|
|
:sitenav ((:url "http://redlinernotes.com/" :name "Home")
|
|
|
|
(:url "http://twitter.com/redline6561" :name "Twitter")
|
|
|
|
(:url "http://github.com/redline6561" :name "Code")
|
|
|
|
(:url "http://soundcloud.com/redlinernotes" :name "Music")
|
|
|
|
(:url "http://redlinernotes.com/docs/talks/" :name "Talks"))
|
2013-04-22 09:27:43 -04:00
|
|
|
:staging-dir "/tmp/coleslaw/"
|
2012-08-18 23:00:33 -04:00
|
|
|
:title "Improved Means for Achieving Deteriorated Ends"
|
2014-06-13 09:48:34 -04:00
|
|
|
:theme "hyde")
|
2014-07-14 16:15:08 -04:00
|
|
|
|
2014-08-29 12:36:52 -04:00
|
|
|
;; * Prerequisites described in plugin docs.
|