config.edn 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. {:site-title "My Awesome Blog"
  2. :author "Bob Bobbert"
  3. :description "This blog is awesome"
  4. :site-url "http://blogawesome.com/"
  5. :post-root "posts"
  6. :page-root "pages"
  7. :post-root-uri "posts-output"
  8. :page-root-uri "pages-output"
  9. :tag-root-uri "tags-output"
  10. :author-root-uri "authors-output"
  11. :blog-prefix "/blog"
  12. :rss-name "feed.xml"
  13. :rss-filters ["cryogen"]
  14. :recent-posts 3
  15. :post-date-format "yyyy-MM-dd"
  16. :archive-group-format "yyyy MMMM"
  17. :sass-src []
  18. :sass-path "sass"
  19. :compass-path "compass"
  20. :theme "blue"
  21. :resources ["img"]
  22. :keep-files [".git"]
  23. :disqus? false
  24. :disqus-shortname ""
  25. :ignored-files [#"\.#.*" #".*\.swp$"]
  26. :posts-per-page 5
  27. :blocks-per-preview 2
  28. :previews? false
  29. :clean-urls? true
  30. :hide-future-posts? true
  31. :klipse {}
  32. :debug? false}