Skip to content

Commit

Permalink
Keep coleslawrc with the blog now that kingcons is all there is.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcons committed Sep 4, 2017
1 parent 578775f commit 8b85f37
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .coleslawrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
(:author "Brit Butler"
:deploy-dir "/srv/www/blog.kingcons.io"
:domain "http://blog.kingcons.io"
:feeds ("lisp")
:plugins ((versioned)
(mathjax)
(static-pages)
(disqus :shortname "clockworkwebdevelopment")
(analytics :tracking-code "UA-37659929-1"))
:routing ((:post "posts/~a")
(:tag-index "tag/~a")
(:month-index "date/~a")
(:numeric-index "~d")
(:feed "~a.xml")
(:tag-feed "tag/~a.xml"))
:sitenav ((:url "http://kingcons.io/" :name "Home")
(:url "http://github.com/kingcons" :name "Code")
(:url "http://soundcloud.com/redlinernotes" :name "Music")
(:url "http://redlinernotes.com/docs/talks/" :name "Talks")
(:url "http://twitter.com/king_cons" :name "Twitter"))
:title "Improved Means for Achieving Deteriorated Ends"
:theme "readable")

0 comments on commit 8b85f37

Please sign in to comment.