2
0

config.edn 1015 B

1234567891011121314151617181920212223242526272829303132
  1. {:site-title "Tiny DC"
  2. :author "Harlan Iverson"
  3. :description "Tiny Data Center"
  4. :site-url "https://tinydatacenter.com/"
  5. :post-root "posts"
  6. :page-root "pages"
  7. :post-root-uri "journal"
  8. :page-root-uri ""
  9. :tag-root-uri "tag"
  10. :author-root-uri "about"
  11. :blog-prefix ""
  12. :rss-name "feed.xml"
  13. :rss-filters ["cryogen"]
  14. :recent-posts 4
  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 8
  27. :blocks-per-preview 2
  28. :previews? false
  29. :clean-urls? false
  30. :hide-future-posts? false
  31. :klipse {}
  32. :debug? true}