Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

single-site.coleslawrc 681B

1234567891011121314151617
  1. (:author "Brit Butler"
  2. :deploy "/home/git/blog/"
  3. :domain "http://blog.redlinernotes.com"
  4. :github-pages nil
  5. :feeds ("lisp")
  6. :plugins ((mathjax)
  7. (disqus :shortname "my-site-name")
  8. (analytics :tracking-code "foo"))
  9. :repo "/home/git/tmp/improvedmeans/"
  10. :sitenav ((:url "http://redlinernotes.com/" :name "Home")
  11. (:url "http://twitter.com/redline6561" :name "Twitter")
  12. (:url "http://github.com/redline6561" :name "Code")
  13. (:url "http://soundcloud.com/redlinernotes" :name "Music")
  14. (:url "http://redlinernotes.com/docs/talks/" :name "Talks"))
  15. :title "Improved Means for Achieving Deteriorated Ends"
  16. :theme "hyde")